Gah - a solution with more questions. – EntropicLqd

Legacy:EnhancedItems/EnhancedArena

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> Mutator (UT) >> Arena >> EnhancedArena (Package: EnhancedItems)

This class is part of the EnhancedItems package by Wormbo.

Features[edit]

Properties[edit]

bool bMIConverterSpawned 
Whether the Legacy:EnhancedItems/MIConverter was already spawned.
string KeepClasses[10] 
Classes which should not be removed by this mutator.

Methods[edit]

Inherited From Mutator (UT)[edit]

bool AlwaysKeep(Actor (UT) Other) 
Spawns the Legacy:EnhancedItems/MIConverter if a Chaos UT MultiItem is found. Otherwise makes sure the Arena weapon and ammo types are not removed.
bool CheckReplacement(Actor (UT) Other, out byte bSuperRelevant) 
Works like Arena.CheckReplacement(), except that it doesn't remove the KeepClasses.

New Functions[edit]

bool AlwaysKeepInMPP(Legacy:EnhancedItems/MultiPickupPlus Other, class<Inventory (UT)> ItemClass) 
Returns, whether the specified Inventory (UT) class should not be removed from a Legacy:EnhancedItems/MultiPickupPlus
bool CheckMPP(Legacy:EnhancedItems/MultiPickupPlus Other) 
Allows the mutator to modify a Legacy:EnhancedItems/MultiPickupPlus.
bool ClassIsA(Class aClass, coerce string DesiredType) 
Returns, whether a class is of a specified type.
bool OtherIsA(Actor (UT) Other, name DesiredType) 
Returns, whether an actor is of a specified type.
SpawnMIConverter( ) 
Spawns the Legacy:EnhancedItems/MIConverter if this wasn't done yet.

Known Subclasses[edit]

  • ArenaMatchMutator (Arena Match)
  • ClawArena (Enhanced Chaos Items)
  • ComboInstaGibDM (Combo InstaGib)
  • CrossbowArena (Enhanced Chaos Items)

The two Enhanced Chaos Items mutators give the player three weapons and the corresponding ammo instead of only one. Arena Match is a configurable Arena mutator.