Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:TournamentHealth (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 13:54, 2 September 2004 by Wormbo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> Inventory (UT) >> Pickup (UT) >> TournamentHealth (Package: Botpack)

Base class for health pickups in Unreal Tournament.

See TournamentHealth for the UT2003 version and Health for the Unreal 1 version of this class.

Properties[edit]

int HealingAmount 
Amount to increase a player's health by. Will not cause health to exceed default value unless bSuperHeal = True.
bool bSuperHeal 
If true, allows Health + HealingAmount to exceed default Health up to twice the default value or up to 199.

Known Subclasses[edit]