GetFlyingState

From the CreationKit Wiki
Revision as of 11:07, 21 November 2011 by imported>SJML Bot (Bot creating condition functions pages.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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