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

UE2:LadderInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> LadderInfo
Package: 
Engine
Direct subclasses:
UT2003LadderInfo, UT2K4LadderInfo
This class in other games:
UT2003

null

Constants[edit]

DMLadderIndex[edit]

Value: 0


TDMLadderIndex[edit]

Value: 1


DOMLadderIndex[edit]

Value: 2


CTFLadderIndex[edit]

Value: 3


BRLadderIndex[edit]

Value: 4


ChampionshipLadderIndex[edit]

Value: 5


Properties[edit]

Property group 'LadderInfo'[edit]

BRMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


ChampionshipMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


CTFMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


Default value: MatchInfo'CTFMatchInfo1'

DMMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


DOMMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


TDMMatches[edit]

Type: array<MatchInfo>

Modifiers: editinline


Internal variables[edit]

OpenNextLadderAtRung[edit]

Type: int

Array size: 5


Default value, index 0: 3

Default value, index 1: 3

Default value, index 2: 2

Default value, index 3: 3

Default value, index 4: 3

Subobjects[edit]

CTFMatchInfo1[edit]

Class: Engine.MatchInfo

Property Value
DifficultyModifier 0.0
EnemyTeamName "xGame.TeamIronGuard"
GoalScore 3.0
LevelName "CTF-Maul"
MenuDescription "Instagib!"
SpecialEvent ""
URLString "?mutator=xgame.mutinstagib"

Static functions[edit]

GetCurrentMatchInfo[edit]

static function MatchInfo GetCurrentMatchInfo (GameProfile G)


GetMatchDescription[edit]

static function string GetMatchDescription (GameProfile G)


GetMatchInfo[edit]

static function MatchInfo GetMatchInfo (int ladder, int rung)


LengthOfLadder[edit]

static function int LengthOfLadder (int ladder)


MakeURLFor[edit]

static function string MakeURLFor (GameProfile G)


UpdateLadders[edit]

static function string UpdateLadders (GameProfile G, int CurrentLadder)