CanFlyHere - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Can this actor fly here?

Syntax[edit | edit source]

bool Function CanFlyHere() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor can fly here or not.

Examples[edit | edit source]

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

See Also[edit | edit source]