IsGuard - Actor

Revision as of 15: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

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