Template:KV BaseDriveableVehicle: 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:
{{ScrollBox|title=BaseDriveableVehicle|noscroll=true|
; Starts locked <code><[[bool]]></code>
: Players cannot enter vehicle until it is unlocked.
{{KV BaseVehicle}}
{{KV BaseVehicle}}
* '''VehicleLocked'''
}}
: {{boolean}} Starts locked

Revision as of 03:10, 27 July 2009

BaseDriveableVehicle:
Starts locked <bool>
Players cannot enter vehicle until it is unlocked.

BaseVehicle:

Vehicle Script File (vehiclescript) <string>
The vehicle script files contained in scripts\vehicles\ define the behaviour and handling of a vehicle. It is important to match the right script to the right entity/model:
Scale of action input / framerate (actionScale) <float>
Todo: How fast the vehicle turns/accelerates?