A_Thrust
Jump to navigation
Jump to search
A_Thrust is an action that thrusts the actor horizontally at its current angle. Var1 determines the magnitude of the thrusting force, measured in fracunits/tic. Var2 determines the method of thrusting the actor this action uses:
Var2 | Function | Description |
---|---|---|
0 | P_Thrust
|
The actor's old momentum is retained, and the new thrust force is added on in the new direction; i.e. Thrust = Old momentum + Var1
Note: If |
1 | P_InstaThrust
|
The actor's old momentum is lost in favor of the new thrust force; i.e. Thrust = Var1 |
In SRB2, this action is used by the Bird Aircraft Strike Hazard, CastleBot FaceStabber, and Penguinator.
|
Actions – Movement | [view] | |
A_BubbleRise • A_BunnyHop • A_CapeChase • A_Chase • A_FishJump • A_ForceStop • A_HomingChase • A_InstaLoop • A_KnockBack • A_MouseThink • A_MoveAbsolute • A_MoveRelative • A_PushAway • A_ScoreRise • A_SkullAttack • A_Thrust • A_ZThrust |