The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:Domination (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Info >> GameInfo >> TournamentGameInfo >> DeathMatchPlus >> TeamGamePlus >> Domination
Package: 
BotPack
Direct subclass:
TrainingDOM

Domination.

Properties[edit]

bDumbDown[edit]

Type: bool

Modifiers: config

reduce efficiency of bot team AI

Default value: True

bNeutralPoints[edit]

Type: bool


ControlPoints[edit]

Type: ControlPoint

Array size: 16


DomScoreEvent[edit]

Type: int

used to track when to dump out periodic stat information

Default values[edit]

Property Value
bCoopWeaponMode True
BeaconName "DOM"
bRatedTranslocator True
bScoreTeamKills False
bUseTranslocator True
gamegoal "points wins the match!"
GameName "Domination"
GoalTeamScore 100.0
HUDType Class'BotPack.ChallengeDominationHUD'
LadderTypeIndex 3
MapListType Class'BotPack.DOMmaplist'
MapPrefix "DOM"
ScoreBoardType Class'BotPack.DominationScoreBoard'
StartUpMessage "Capture and hold control points to win."

Functions[edit]

Events[edit]

PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: TeamGamePlus.PostBeginPlay


Timer[edit]

event Timer ()

Overrides: DeathMatchPlus.Timer


Other instance functions[edit]

CalcEndStats[edit]

function CalcEndStats ()

Overrides: TournamentGameInfo.CalcEndStats


CanTranslocate[edit]

function bool CanTranslocate (Bot aBot)

Overrides: DeathMatchPlus.CanTranslocate


ClearControl[edit]

function ClearControl (Pawn Other)


EndGame[edit]

function EndGame (string Reason)

Overrides: GameInfo.EndGame


FindSpecialAttractionFor[edit]

function bool FindSpecialAttractionFor (Bot aBot)

Overrides: TeamGamePlus.FindSpecialAttractionFor


InitRatedGame[edit]

function InitRatedGame (LadderInventory LadderObj, PlayerPawn LadderPlayer)

Overrides: TeamGamePlus.InitRatedGame


Logout[edit]

function Logout (Pawn Exiting)

Overrides: TeamGamePlus.Logout


RestartPlayer[edit]

function bool RestartPlayer (Pawn aPlayer)

Overrides: DeathMatchPlus.RestartPlayer


ScoreKill[edit]

function ScoreKill (Pawn Killer, Pawn Other)

Overrides: TeamGamePlus.ScoreKill


SetBotOrders[edit]

function SetBotOrders (Bot NewBot)

Overrides: TeamGamePlus.SetBotOrders


SetDefenseFor[edit]

function Actor SetDefenseFor (Bot aBot)

Overrides: TeamGamePlus.SetDefenseFor


SetEndCams[edit]

function bool SetEndCams (string Reason)

Overrides: TeamGamePlus.SetEndCams