Legacy:DominationPoint

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 00:33, 9 April 2005 by Tarquin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 :: Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> DominationPoint

Base class for domination points.

Properties

byte PrimaryTeam
Number of the primary team.
bool bControllable
Determines if this domination point can be captured (used for bots).
TeamInfo ControllingTeam
Information for the team currently controlling this domination point.
Pawn ControllingPawn
The pawn who last touched the domination point.

Known subclasses

UnrealGame.DominationPoint
  +-XGame.xDomPoint

Related Topics