I don't need to test my programs. I have an error-correcting modem.

Legacy:WildcardBase

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:45, 23 May 2003 by Wormbo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 :: Actor >> xPickUpBase >> WildcardBase (Package: XGame)

This class is used to spawn multiple powerups on a single xPickUpBase.

Properties[edit]

Main[edit]

bool bSequential 
Whether the pickups are spawned in the given order (true) or randomly (false)
class<TournamentPickup> PickupClasses[8] 
The types of classes to be spawned

Hidden[edit]

int CurrentClass 
If bSequential is true, this'll be the number in the PickupClasses list of the current or last spawned class
int NumClasses 
The total number of classes specified in the PickupClasses list

Similar Classes In UT2003[edit]

Similar Classes in UT[edit]