Background for Fallout 4
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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.