The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:KVehicleFactory (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Actor >> KVehicleFactory

Spawning point for KVehicles. Can be activated by a Trigger. Set the Trigger's Event to the Tag of the KVehicleFactory.

See KVehicleFactory for the UT2004 version of this class.

Properties[edit]

Main[edit]

int MaxVehicleCount 
Maximum number of vehicles allowed to be spawned
class<KVehicle> VehicleClass 
The vehicle class to spawn (e.g. Bulldog)

Hidden[edit]

int VehicleCount 
Current number of vehicles spawned.

Known Subclasses[edit]

Related Topics[edit]