Mostly Harmless

UE2:LadderInfo (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> LadderInfo

Contents

Package: 
Engine
Known direct subclass:
UT2003LadderInfo
This class in other games:
UT2004

null

[edit] Constants

[edit] DMLadderIndex

Value: 0


[edit] TDMLadderIndex

Value: 1


[edit] DOMLadderIndex

Value: 2


[edit] CTFLadderIndex

Value: 3


[edit] BRLadderIndex

Value: 4


[edit] ChampionshipLadderIndex

Value: 5


[edit] Properties

[edit] Property group 'LadderInfo'

[edit] BRMatches

Type: array<MatchInfo>

Modifiers: editinline


[edit] ChampionshipMatches

Type: array<MatchInfo>

Modifiers: editinline


[edit] CTFMatches

Type: array<MatchInfo>

Modifiers: editinline


Default value: MatchInfo'CTFMatchInfo1'

[edit] DMMatches

Type: array<MatchInfo>

Modifiers: editinline


[edit] DOMMatches

Type: array<MatchInfo>

Modifiers: editinline


[edit] TDMMatches

Type: array<MatchInfo>

Modifiers: editinline


[edit] Internal variables

[edit] 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

[edit] Subobjects

[edit] 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"

[edit] Static functions

[edit] GetCurrentMatchInfo

static function MatchInfo GetCurrentMatchInfo (GameProfile G)


[edit] GetMatchDescription

static function string GetMatchDescription (GameProfile G)


[edit] GetMatchInfo

static function MatchInfo GetMatchInfo (int ladder, int rung)


[edit] LengthOfLadder

static function int LengthOfLadder (int ladder)


[edit] MakeURLFor

static function string MakeURLFor (GameProfile G)


[edit] UpdateLadders

static function string UpdateLadders (GameProfile G, int CurrentLadder)


Personal tools