Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.LadderInfo | +-- XGame.UT2K4LadderInfo
Constants Summary |
---|
Inherited Contants from Engine.LadderInfo |
---|
BRLadderIndex, ChampionshipLadderIndex, CTFLadderIndex, DMLadderIndex, DOMLadderIndex, TDMLadderIndex |
Inherited Contants from Core.Object |
---|
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient |
Variables Summary | |
---|---|
array<class<CustomLadderInfo>> | AdditionalLadders |
array<class<ChallengeGame>> | ChallengeGames |
int | LID_AS |
int | LID_BR |
int | LID_CHAMP |
int | LID_CTF |
int | LID_DM |
int | LID_DOM |
int | LID_TDM |
UT2K4LadderInfo | |
array<UT2K4MatchInfo> | ASMatches |
Inherited Variables from Engine.LadderInfo |
---|
BRMatches, ChampionshipMatches, CTFMatches, DMMatches, DOMMatches, OpenNextLadderAtRung[5], TDMMatches |
Inherited Variables from Core.Object |
---|
Class, Name, ObjectFlags, ObjectInternal[7], Outer |
Enumerations Summary |
---|
Inherited Enumerations from Core.Object |
---|
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis |
Structures Summary |
---|
Inherited Structures from Core.Object |
---|
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector |
Functions Summary | ||
---|---|---|
byte | GetAltLevel (int ladder, int rung, int path, int selected) | |
class<ChallengeGame> | GetChallengeGame (optional string ClassName, optional UT2K4GameProfile GP) | |
MatchInfo | GetCurrentMatchInfo (GameProfile G) | |
string | GetLadderDescription (int LadderId, optional int MatchId) | |
string | GetMatchDescription (GameProfile G) | |
MatchInfo | GetMatchInfo (int ladder, int rung) | |
int | GetRandomLadder (optional bool bIncludeChamp) | |
UT2K4MatchInfo | GetUT2K4MatchInfo (int ladder, int rung, optional int path, optional bool bSelect) | |
bool | HasAltLevel (int ladder, int rung) | |
int | LengthOfLadder (int ladder) | |
string | MakeURLFoMatchInfo (MatchInfo M, GameProfile G) | |
string | MakeURLFor (GameProfile G) | |
string | UpdateLadders (GameProfile G, int CurrentLadder) |
Inherited Functions from Engine.LadderInfo |
---|
GetCurrentMatchInfo, GetMatchDescription, GetMatchInfo, LengthOfLadder, MakeURLFor, UpdateLadders |
Variables Detail |
---|
custom ladders you can add to the game
challenge games
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
New constants for ladder ids defined as vars for static outside access
Functions Detail |
---|
get the ID of the alternative level match priority has no relevance here
return a random or selected challenge game
Return the friendly name of the current match's gametype
for backward compatibility
return the id of a random ladder
Retreives the match info and fills in the alternative map path is used as a constant random to define the path, should be a very large number if bSelect then path is the position in the AltLevels array to use
check if there is an alternative level
Get the number of matches in a ladder
create a URL for the selected MatchInfo
create a URL for a selected profile
Update the ladder
Defaultproperties |
---|
defaultproperties { ASMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS1' ASMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS2' ASMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS3' ASMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS4' ASMatches(4)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS5' ASMatches(5)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.AS6' LID_TDM=1 LID_CTF=2 LID_BR=3 LID_DOM=4 LID_AS=5 LID_CHAMP=6 ChallengeGames(0)=Class'XGame.BloodRites' ChallengeGames(1)=Class'XGame.ManoEMano' DMMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM0' DMMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM1' DMMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM2' DMMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM3' DMMatches(4)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM4' DMMatches(5)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DM5' TDMMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.TDM1' TDMMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.TDM2' TDMMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.TDM3' TDMMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.TDM4' DOMMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM1' DOMMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM2' DOMMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM3' DOMMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM4' DOMMatches(4)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM5' DOMMatches(5)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.DOM6' CTFMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF1' CTFMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF2' CTFMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF3' CTFMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF4' CTFMatches(4)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF5' CTFMatches(5)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF6' CTFMatches(6)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF7' CTFMatches(7)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CTF8' BRMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR1' BRMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR2' BRMatches(2)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR3' BRMatches(3)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR4' BRMatches(4)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR5' BRMatches(5)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR6' BRMatches(6)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR7' BRMatches(7)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.BR8' ChampionshipMatches(0)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CHAMP1' ChampionshipMatches(1)=UT2K4MatchInfo'XGame.UT2K4LadderInfo.CHAMP2' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |