Prop vehicle jeep: Difference between revisions
Jump to navigation
Jump to search
Yar Kramer (talk | contribs) No edit summary |
m (Robot: fixing template case.) |
||
Line 18: | Line 18: | ||
* '''FinishRemoveTauCannon''' | * '''FinishRemoveTauCannon''' | ||
: Finish the tau removal sequence. | : Finish the tau removal sequence. | ||
* '''{{ | * '''{{EP1 add|LockEntrance}}''' | ||
: Stops NPC's from entering the vehicle until unlocked. | : Stops NPC's from entering the vehicle until unlocked. | ||
* '''{{ | * '''{{EP1 add|UnlockEntrance}}''' | ||
: Allows NPC's to enter the vehicle. | : Allows NPC's to enter the vehicle. | ||
* '''{{ | * '''{{EP1 add|LockExit}}''' | ||
: Stops NPC's from exiting the vehicle until unlocked. | : Stops NPC's from exiting the vehicle until unlocked. | ||
* '''{{ | * '''{{EP1 add|UnlockExit}}''' | ||
: Allows NPC's to exit the vehicle. | : Allows NPC's to exit the vehicle. | ||
* '''{{ep2 add|SetCargoHopperVisibility <[[boolean]]>}}''' | * '''{{ep2 add|SetCargoHopperVisibility <[[boolean]]>}}''' | ||
Line 43: | Line 43: | ||
== Outputs == | == Outputs == | ||
* {{o basedriveablevehicle}} | * {{o basedriveablevehicle}} | ||
* '''{{ | * '''{{EP1 add|OnCompanionEnteredVehicle}}''' | ||
: Companion has entered the vehicle. | : Companion has entered the vehicle. | ||
* '''{{ | * '''{{EP1 add|OnCompanionExitedVehicle}}''' | ||
: Companion has exited the vehicle. | : Companion has exited the vehicle. | ||
* '''{{ | * '''{{EP1 add|OnHostileEnteredVehicle}}''' | ||
: Hostile has entered the vehicle. | : Hostile has entered the vehicle. | ||
* '''{{ | * '''{{EP1 add|OnHostileExitedVehicle}}''' | ||
: Hostile has exited the vehicle. | : Hostile has exited the vehicle. | ||
[[Category:Entities]] | [[Category:Entities]] |
Revision as of 19:19, 19 January 2009
Entity description
A jeep/buggy (drivable model) or Template:Ep2 add.
Keyvalues
- Template:Kv basedriveablevehicle
- EnableGun
- <boolean> Whether the jeep gun is enabled or disabled.
Inputs
- Template:I basedriveablevehicle
- StartRemoveTauCannon
- Start the tau removal sequence.
- FinishRemoveTauCannon
- Finish the tau removal sequence.
- LockEntrance (in all games since
)
- Stops NPC's from entering the vehicle until unlocked.
- UnlockEntrance (in all games since
)
- Allows NPC's to enter the vehicle.
- LockExit (in all games since
)
- Stops NPC's from exiting the vehicle until unlocked.
- UnlockExit (in all games since
)
- Allows NPC's to exit the vehicle.
- Set the visibility of the Magnusson device tray.
- Adds a Magnusson device to jalopy's cargo.
- Adds a radar to the jalopy.
- Same as EnableRadar, but now detects enemies as well as cargo beacons.
- Removes the radar from the jalopy.
- Allow physgun to punt jalopy.
- Do not allow physgun to punt jalopy.
Outputs
- Template:O basedriveablevehicle
- OnCompanionEnteredVehicle (in all games since
)
- Companion has entered the vehicle.
- OnCompanionExitedVehicle (in all games since
)
- Companion has exited the vehicle.
- OnHostileEnteredVehicle (in all games since
)
- Hostile has entered the vehicle.
- OnHostileExitedVehicle (in all games since
)
- Hostile has exited the vehicle.