Prop vehicle prisoner pod: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edit of VarreLdarb, changed back to last version by Brandished) |
m (Robot: fixing template case.) |
||
Line 6: | Line 6: | ||
* {{kv parentname}} | * {{kv parentname}} | ||
==Inputs== | ==Inputs== | ||
* {{ | * {{I BaseDriveableVehicle}} | ||
* '''Open''' | * '''Open''' | ||
: Plays the pod's open animation and unlocks the pod for entry or exit. | : Plays the pod's open animation and unlocks the pod for entry or exit. |
Revision as of 19:26, 19 January 2009
Entity Description
Combine prisoner pod that the player can ride in.
Keyvalues
Inputs
- BaseDriveableVehicle:
- HandBrakeOn
- HandBrakeOff
- Turns the handbrake on/off, preventing the vehicle from driving but not disabling motion from external forces.
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.
- Open
- Plays the pod's open animation and unlocks the pod for entry or exit.
- Close
- Plays the pod's close animation and locks the pod for entry or exit.
- EnterVehicle
- Forces the activator (or player) into the pod.
- EnterVehicleImmediate
- Forces the activator (or player) into the pod without enter/exit animations.
- ExitVehicle
- Boots the prisoner out of the pod.
Outputs
- Fired when the pod is open enough to enter.
- OnClose
- Fired when the pod too closed to enter.