GetFlyingState

From the CreationKit Wiki
Jump to navigation Jump to search

Syntax:

[ActorID.]GetFlyingState

Returns a value on the current flying state:

FLY_STATE_NONE = 0,
FLY_STATE_TAKEOFF = 1,
FLY_STATE_CRUISING = 2,
FLY_STATE_HOVERING = 3,
FLY_STATE_LANDING = 4


See Also[edit | edit source]

Papyrus Version[edit | edit source]

GetFlyingState - Actor