Template:O BaseDriveableVehicle: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=BaseDriveableVehicle| | |||
; <code>PlayerOn</code> | |||
; <code>PlayerOff</code> | |||
: Player entered/exited the vehicle. {{PlAct}} | |||
; <code>PressedAttack</code> | |||
; <code>PressedAttack2</code> | |||
: Player pressed the +attack/+attack2 key | |||
; <code>AttackAxis <[[bool]]></code> | |||
; <code>Attack2Axis <bool></code> | |||
: State of attack/attack2 button. Also called when the player exits the vehicle. | |||
{{O BaseVehicle}} | {{O BaseVehicle}} | ||
}} | |||
Revision as of 03:51, 27 July 2009
BaseDriveableVehicle:
PlayerOn
PlayerOff
- Player entered/exited the vehicle. (!activator is the player.)
PressedAttack
PressedAttack2
- Player pressed the +attack/+attack2 key
AttackAxis <bool>
Attack2Axis <bool>
- State of attack/attack2 button. Also called when the player exits the vehicle.