IsDead - Actor

Member of: Actor Script

Is this actor currently dead?

SyntaxEdit

bool Function IsDead() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is currently dead or not.

ExamplesEdit

; Is Sally currently dead?
bool sallyIsDead = Sally.IsDead()

See AlsoEdit