CanFlyHere - Actor

Member of: Actor Script (Requires 1.6)

Can this actor fly here?

SyntaxEdit

bool Function CanFlyHere() native

ParametersEdit

None.

Return ValueEdit

Whether this actor can fly here or not.

ExamplesEdit

; Can Nate fly here?
bool nateCanFlyHere = Nate.CanFlyHere()

See AlsoEdit