Gah - a solution with more questions. – EntropicLqd

UE2:DominationPoint (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> DominationPoint
Package: 
UnrealGame
Direct subclass:
XDomPoint
This class in other games:
UT2004

null

Properties[edit]

bControllable[edit]

Type: bool

will be 'true' if and when the domination point can be captured

ControllingPawn[edit]

Type: Pawn

controller who last touched this control point

ControllingTeam[edit]

Type: TeamInfo

information for team currently controlling this point

PrimaryTeam[edit]

Type: byte


Instance functions[edit]

CheckPrimaryTeam[edit]

function bool CheckPrimaryTeam (byte TeamNum)


TellBotHowToDisable[edit]

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable