Difference between revisions of "IsInKillMove - Actor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>JustinOther
 
Line 14: Line 14:


== Return Value ==
== Return Value ==
Whether this actor is currently in a kill moveor not.
Whether this actor is currently in a kill move or not.


== Examples ==
== Examples ==

Latest revision as of 06:14, 26 March 2012

Member of: Actor Script

Is this actor currently in a kill move?

Syntax[edit | edit source]

bool Function IsInKillMove() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor is currently in a kill move or not.

Examples[edit | edit source]

; Is Bandit currently in a kill move?
if Bandit.IsInKillMove()
  Debug.Trace("The bandit is in a kill move")
endIf

See Also[edit | edit source]