Emp vehicle spawner: Difference between revisions
Appearance
New page: == Description == This entity is used in combination with emp_vehicle_preset give mappers the ability to spawn vehicles on demand. When the SpawnVehicle input is triggered, this entity... |
No edit summary |
||
Line 13: | Line 13: | ||
*SpawnVehicle <string> | *SpawnVehicle <string> | ||
*;Searches for an map entity with the name specified in the parameter. If the entity is an [[emp_vehicle_preset]], it will read the configuration, and spawn a vehicle. | *;Searches for an map entity with the name specified in the parameter. If the entity is an [[emp_vehicle_preset]], it will read the configuration, and spawn a vehicle. | ||
== Outputs == | |||
None | |||
[[Category:Entity|Empires Parameters]] |
Revision as of 07:38, 15 April 2009
Description
This entity is used in combination with emp_vehicle_preset give mappers the ability to spawn vehicles on demand. When the SpawnVehicle input is triggered, this entity will search for the specified emp_vehicle_preset and create a vehicle with the current location, orientation, and velocity.
Parameters
- Name
- Parent
- Angles
Inputs
- SpawnVehicle <string>
- Searches for an map entity with the name specified in the parameter. If the entity is an emp_vehicle_preset, it will read the configuration, and spawn a vehicle.
Outputs
None