I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:DominationPoint (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

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

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] Instance functions

[edit] CheckPrimaryTeam

function bool CheckPrimaryTeam (byte TeamNum)


[edit] TellBotHowToDisable

function bool TellBotHowToDisable (Bot B)

Overrides: GameObjective.TellBotHowToDisable