Template:O BaseDriveableVehicle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
{{o basevehicle}}
{{o basevehicle}}
* '''PlayerOn'''
* '''PlayerOn'''
: Player entered the vehicle
: Player entered the vehicle. Use !activator to target the player.
* '''PlayerOff'''
* '''PlayerOff'''
: Player exited the vehicle
: Player exited the vehicle. Use !activator to target the player.
* '''PressedAttack'''
* '''PressedAttack'''
: Player Pressed attack key
: Player Pressed attack key
* '''PressedAttack2'''
* '''PressedAttack2'''
: Player Pressed attack2 key
: Player Pressed attack2 key
* '''AttackAxis <string>'''
* '''AttackAxis {{boolean}}'''
: State of attack button [0,1]
: State of attack button. Also called when player exits vehicle
* '''Attack2Axis <string>'''
* '''Attack2Axis {{boolean}}'''
: State of attack2 button [0,1]
: State of attack2 button. Also called when player exits vehicle

Revision as of 18:36, 16 April 2006

Template:O basevehicle

  • PlayerOn
Player entered the vehicle. Use !activator to target the player.
  • PlayerOff
Player exited the vehicle. Use !activator to target the player.
  • PressedAttack
Player Pressed attack key
  • PressedAttack2
Player Pressed attack2 key
State of attack button. Also called when player exits vehicle
State of attack2 button. Also called when player exits vehicle