IsGuard - Actor

Member of: Actor Script

Is this actor a guard?

SyntaxEdit

bool Function IsGuard() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is a guard or not.

ExamplesEdit

; Is Nate a guard?
bool nateIsGuard = Nate.IsGuard()

See AlsoEdit