Template:O BaseDriveableVehicle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-cleanup)
m (→‎top: Substituted IO templates)
Line 1: Line 1:
{{lang|Template:O BaseDriveableVehicle}}
{{lang|Template:O BaseDriveableVehicle}}
<onlyinclude>{{minititle|BaseDriveableVehicle}}
<onlyinclude>{{minititle|BaseDriveableVehicle}}
{{IO|PlayerOn}}
{{O|PlayerOn}}
{{IO|PlayerOff|Player entered/exited the vehicle. {{PlAct}}}}
{{O|PlayerOff|Player entered/exited the vehicle. {{PlAct}}}}
{{IO|PressedAttack}}
{{O|PressedAttack}}
{{IO|PressedAttack2|Player pressed the <code>+attack</code>/<code>+attack2</code> key.}}
{{O|PressedAttack2|Player pressed the <code>+attack</code>/<code>+attack2</code> key.}}
{{IO|AttackAxis|param=bool}}
{{O|AttackAxis|param=bool}}
{{IO|Attack2Axis|param=bool|State of the <code>attack</code>/<code>attack2</code> buttons. Also called when the player exits the vehicle.}}
{{O|Attack2Axis|param=bool|State of the <code>attack</code>/<code>attack2</code> buttons. Also called when the player exits the vehicle.}}
</onlyinclude>
</onlyinclude>
[[Category:Output Templates|BaseDriveableVehicle]]
[[Category:Output Templates|BaseDriveableVehicle]]

Revision as of 13:02, 21 April 2025

BaseDriveableVehicle:

PlayerOn
PlayerOff
Player entered/exited the vehicle. (!activator is the player.)
PressedAttack
PressedAttack2
Player pressed the +attack/+attack2 key.
AttackAxis <boolean>
Attack2Axis <boolean>
State of the attack/attack2 buttons. Also called when the player exits the vehicle.