Kill - Actor

Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Kills this actor with the passed-in actor being the culprit.

Syntax

Function Kill(Actor akKiller = None) native

Parameters

  • akKiller: The Actor who is the guilty party in killing this one.
    • Default: None

Return Value

None.

Examples

; Have the dragon kill the poor sod
PoorSod.Kill(Dragon)

See Also