Template:O BaseDriveableVehicle
Jump to navigation
Jump to search
BaseDriveableVehicle:
- PlayerOn <void>
- PlayerOff <void>
- !activator = the player
!caller = this entity
Player entered/exited the vehicle.
- PressedAttack <void>
- PressedAttack2 <void>
- !activator = !caller = this entity
Player pressed the+attack
/+attack2
key.
- AttackAxis <float>
- Attack2Axis <float>
- !activator = the player when exitting the vehicle other-wise it's this entity
!caller = this entity
State of theattack
/attack2
buttons (can only be 0 or 1). Also called when the player exits the vehicle.