Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
→Member Functions
imported>JLundin |
imported>JLundin |
||
Line 410: | Line 410: | ||
'''Function [[SetAllowFlying - Actor|SetAllowFlying]](bool abAllowed)''' | '''Function [[SetAllowFlying - Actor|SetAllowFlying]](bool abAllowed)''' | ||
*Flags this actor as whether they are allowed to fly or not (lands them if they are flying and not allowed to) | *Flags this actor as whether they are allowed to fly or not (lands them if they are flying and not allowed to) | ||
'''Function [[SetAllowFlyingEx - Actor|SetAllowFlyingEx]](bool abAllowed, bool abAllowCrash, bool abAllowSearch)''' | |||
*Sets whether this actor is allowed to fly or not. If not, and they are flying, will land the actor. | |||
'''Function [[SetAlpha - Actor|SetAlpha]](float afTargetAlpha, bool abFade)''' | '''Function [[SetAlpha - Actor|SetAlpha]](float afTargetAlpha, bool abFade)''' |