I don't need to test my programs. I have an error-correcting modem.

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

DMLadderIndex

Value: 0


TDMLadderIndex

Value: 1


DOMLadderIndex

Value: 2


CTFLadderIndex

Value: 3


BRLadderIndex

Value: 4


ChampionshipLadderIndex

Value: 5


Properties

Property group 'LadderInfo'

BRMatches

Type: array<MatchInfo>

Modifiers: editinline


ChampionshipMatches

Type: array<MatchInfo>

Modifiers: editinline


CTFMatches

Type: array<MatchInfo>

Modifiers: editinline


Default value: MatchInfo'CTFMatchInfo1'

DMMatches

Type: array<MatchInfo>

Modifiers: editinline


DOMMatches

Type: array<MatchInfo>

Modifiers: editinline


TDMMatches

Type: array<MatchInfo>

Modifiers: editinline


Internal variables

OpenNextLadderAtRung

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

CTFMatchInfo1

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

GetCurrentMatchInfo

static function MatchInfo GetCurrentMatchInfo (GameProfile G)


GetMatchDescription

static function string GetMatchDescription (GameProfile G)


GetMatchInfo

static function MatchInfo GetMatchInfo (int ladder, int rung)


LengthOfLadder

static function int LengthOfLadder (int ladder)


MakeURLFor

static function string MakeURLFor (GameProfile G)


UpdateLadders

static function string UpdateLadders (GameProfile G, int CurrentLadder)