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

UE2:LadderInfo (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> LadderInfo
Package: 
Engine
Direct subclass:
UT2003LadderInfo
This class in other games:
UT2004

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)