Description
Wiki Description
Sets whether this actor is allowed to fly or not. If not, and they are flying, will land the actor.
Documentation Comment
Sets whether this actor is allowed to fly or not - if not, will land the actor
Parameters
boolabAllowed=true
CK Wiki Description
Whether to allow the actor to fly or not.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abAllowed
myActor__toCallFunctionOn.SetAllowFlying(myBool__abAllowed)