Template:I BaseVehicle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
No edit summary
Line 1: Line 1:
{{KV Targetname}}
{{ScrollBox|title=BaseVehicle|
* '''Action <float>'''
; <code>Action <[[float]]></code>
: Set the speed of the action animation
: Set the speed of the action animation. {{todo|What does this mean?}}
* '''TurnOn'''
; <code>TurnOn</code>
: Turn on: Start engine & enable throttle
: Start engine and enable throttle.
* '''TurnOff'''
; <code>TurnOff</code>
: Turn off: Stop engine, disable throttle, engage brakes.
: Stop engine, disable throttle, engage brakes.
* '''Lock'''
; <code>Lock</code>
: Prevent the player from entering or exiting the vehicle.
; <code>Unlock</code>
* '''Unlock'''
: Prevent/allow the player from entering ''or exiting'' the vehicle.
: Re-allow the player to enter or exit the vehicle.
{{I Targetname}}
}}

Revision as of 03:49, 27 July 2009

BaseVehicle:
Action <float>
Set the speed of the action animation.
Todo: What does this mean?
TurnOn
Start engine and enable throttle.
TurnOff
Stop engine, disable throttle, engage brakes.
Lock
Unlock
Prevent/allow the player from entering or exiting the vehicle.