IsAllowedToFly - Actor

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