IsAllowedToFly - Actor

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Is this actor currently allowed to fly?

SyntaxEdit

bool Function IsAllowedToFly() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is allowed to fly or not.

ExamplesEdit

; Is Nate currently allowed to fly?
bool nateIsAllowedToFly = Nate.IsAllowedToFly()

See AlsoEdit