My program doesn't have bugs. It just develops random features.

UE2:DominationPoint (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> NavigationPoint >> JumpDest >> JumpSpot >> GameObjective >> DominationPoint

Contents

Package: 
UnrealGame
Direct subclass:
XDomPoint
This class in other games:
UT2003

null

[edit] Properties

[edit] bControllable

Type: bool

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

[edit] ControllingPawn

Type: Pawn

controller who last touched this control point

[edit] ControllingTeam

Type: TeamInfo

information for team currently controlling this point

[edit] PrimaryTeam

Type: byte


[edit] Default values

Property Value
NetUpdateFrequency 40.0

[edit] Instance functions

[edit] CheckPrimaryTeam

function bool CheckPrimaryTeam (byte TeamNum)


[edit] TellBotHowToDisable

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable