Description
Wiki Description
Gets the current flying state of this actor, or, if they are riding a flying mount, the fly state of the mount.
Documentation Comment
Obtains this actor's current flight state
0 - Not flying
1 - Taking off
2 - Cruising
3 - Hovering
4 - Landing
Caveats
Examples
; Is the dragon hovering?
if (Dragon.GetFlyingState() == 3)
Debug.Trace("The dragon is currently hovering")
endIfAuto-Generated Example
int returnedValue = myActor__toCallFunctionOn.GetFlyingState()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
