Cogito, ergo sum

Legacy:KVehicleFactory (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 00:38, 3 December 2005 by 192.251.69.54 (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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.

Contents

[edit] Properties

[edit] Main

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

[edit] Hidden

int VehicleCount 
Current number of vehicles spawned.

[edit] Known Subclasses

[edit] Related Topics