Arena
The base class of all arena mutators like Rocket Launcher Arena or InstaGib DM. Only one Arena mutator is allowed at the same time.
Properties
- name WeaponName
- The name of the arena Weapon (UT)'s class.
- string WeaponString
- The actor to replace weapons on the map with. (usually the arena weapon)
- name AmmoName
- The name of the arena weapon's Ammo (UT) class. Use 'NullAmmo' if the weapon doesn't have ammo.
- string AmmoString
- The actor to replace ammo pickups on the map with. (usually the arena weapon's ammo class)
The arena weapon's class is also specified in the DefaultWeapon value.
Known subclasses
- FlakArena
- ImpactArena
- InstaGibDM
- MinigunArena
- PulseArena
- RocketArena
- ShockArena
- SniperArena
- EnhancedArena (EnhancedItems)