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

Legacy:Enforcer

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:50, 30 April 2003 by Wormbo (Talk | contribs)

Jump to: navigation, search
UT :: Actor (UT) >> Inventory (UT) >> Weapon (UT) >> TournamentWeapon >> Enforcer (Package: Botpack)

The Enforcer is one of the two weapons (the ImpactHammer being the other) that players are spawned with by default in UT. It uses the same Ammo (UT) pool as the Minigun. Technically the Enforcer is not the default weapon, it's just spawned in the DeathMatchPlus.AddDefaultInventory function and can be replaced either in Mutator.ModifyPlayer or through a SpawnNotify.

Known Subclasses

  • DoubleEnforcer (only used for weapon priority)

Ben 2500: Needs to be renamed to Enforcer(UT)

Wormbo: UT classes are only renamed when there's a UT2003 class with the same name. However, adding the category and updating the header can't hurt. :) (Delete reply when you see it)