Prop vehicle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Rephrased.)
No edit summary
Line 20: Line 20:
==Outputs==
==Outputs==
*{{o BaseVehicle}}
*{{o BaseVehicle}}
==See Also==
* [[prop_vehicle_driveable]] - A player drivable vehicle.


[[Category:Entities]]
[[Category:Entities]]

Revision as of 17:46, 14 March 2006

Template:Wrongtitle

Entity Description

Vehicle model that can be driven via inputs.

Availability

Template:In game Template:Game Template:In code

Keyvalues

Inputs

BaseVehicle:
Action <floatRedirectInput/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.
  • Steer <float>
Steer the vehicle +/-1
  • Throttle <float>
Throttle +/-1

Outputs

See Also