Background for Skyrim SE
Member of the Actor script
boolfunctionIsFlying()Native

Description

Wiki Description

Returns if this actor is currently flying or not.

Documentation Comment

Returns if this actor is flying or not


Caveats


Examples

; Is the pig flying?
Actor Pig = Pig_Alias.GetReference() as Actor
if (Pig.IsFlying())
  Debug.Trace("Pigs are flying! Better check your stocks...")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsFlying()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.