fly

Vars | |
performing_landing_animation | Is the landing animation currently happening? Used for setting special state for Dragon. |
---|---|
Procs | |
continue_landing | Continues the process of landing (mainly because of animations). |
finalize_flight | Finalizes the process of flying by granting various flags and so on. |
finalize_landing | Finalizes the process of landing by reversing the effects from flying. |
handle_affected_vehicle | Does damage to the vehicle and stuns it. |
on_move_attempt | If they are incorporeal, lets them move anywhere as long it is not a bad place. |
start_flight | Begins the process of flying. |
start_landing | Begins the process of landing. |
Var Details
performing_landing_animation

Is the landing animation currently happening? Used for setting special state for Dragon.
Proc Details
continue_landing
Continues the process of landing (mainly because of animations).
finalize_flight
Finalizes the process of flying by granting various flags and so on.
finalize_landing
Finalizes the process of landing by reversing the effects from flying.
handle_affected_vehicle
Does damage to the vehicle and stuns it.
on_move_attempt
If they are incorporeal, lets them move anywhere as long it is not a bad place.
start_flight
Begins the process of flying.
start_landing
Begins the process of landing.