I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:DominationPoint (UT2004)

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

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


Default values[edit]

Property Value
NetUpdateFrequency 40.0

Instance functions[edit]

CheckPrimaryTeam[edit]

function bool CheckPrimaryTeam (byte TeamNum)


TellBotHowToDisable[edit]

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable