IsBleedingOut - Actor

Member of: Actor Script

Is this actor currently bleeding out?

SyntaxEdit

bool Function IsBleedingOut() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is currently bleeding out or not.

ExamplesEdit

; Is Nate currently bleeding out?
bool nateIsBleedingOut = Nate.IsBleedingOut()

See AlsoEdit