Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.LadderInfo

Extends
Object
Modifiers
abstract

Core.Object
|   
+-- Engine.LadderInfo

Direct Known Subclasses:

UT2003LadderInfo, UT2K4LadderInfo

Constants Summary
BRLadderIndex=4
ChampionshipLadderIndex=5
CTFLadderIndex=3
DMLadderIndex=0
DOMLadderIndex=2
TDMLadderIndex=1
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Standalone, RF_Transactional, RF_Transient

Variables Summary
intOpenNextLadderAtRung[5]
LadderInfo
array<MatchInfo>BRMatches
array<MatchInfo>ChampionshipMatches
array<MatchInfo>CTFMatches
array<MatchInfo>DMMatches
array<MatchInfo>DOMMatches
array<MatchInfo>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
functionMatchInfo GetCurrentMatchInfo (GameProfile G)
functionstring GetMatchDescription (GameProfile G)
functionMatchInfo GetMatchInfo (int ladder, int rung)
functionint LengthOfLadder (int ladder)
functionstring MakeURLFor (GameProfile G)
functionstring UpdateLadders (GameProfile G, int CurrentLadder)
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Constants Detail

BRLadderIndex Source code

const BRLadderIndex = 4;

ChampionshipLadderIndex Source code

const ChampionshipLadderIndex = 5;

CTFLadderIndex Source code

const CTFLadderIndex = 3;

DMLadderIndex Source code

const DMLadderIndex = 0;

DOMLadderIndex Source code

const DOMLadderIndex = 2;

TDMLadderIndex Source code

const TDMLadderIndex = 1;


Variables Detail

OpenNextLadderAtRung[5] Source code

var int OpenNextLadderAtRung[5];

LadderInfo

BRMatches Source code

var(LadderInfo) editinline array<MatchInfo> BRMatches;

ChampionshipMatches Source code

var(LadderInfo) editinline array<MatchInfo> ChampionshipMatches;

CTFMatches Source code

var(LadderInfo) editinline array<MatchInfo> CTFMatches;

DMMatches Source code

var(LadderInfo) editinline array<MatchInfo> DMMatches;

DOMMatches Source code

var(LadderInfo) editinline array<MatchInfo> DOMMatches;

TDMMatches Source code

var(LadderInfo) editinline array<MatchInfo> TDMMatches;


Functions Detail

GetCurrentMatchInfo Source code

static function MatchInfo GetCurrentMatchInfo ( GameProfile G )

GetMatchDescription Source code

static function string GetMatchDescription ( GameProfile G )

GetMatchInfo Source code

static function MatchInfo GetMatchInfo ( int ladder, int rung )

LengthOfLadder Source code

static function int LengthOfLadder ( int ladder )

MakeURLFor Source code

static function string MakeURLFor ( GameProfile G )

UpdateLadders Source code

static function string UpdateLadders ( GameProfile G, int CurrentLadder )


Defaultproperties

defaultproperties
{
     CTFMatches(0)=MatchInfo'Engine.LadderInfo.CTFMatchInfo1'
     OpenNextLadderAtRung(0)=3
     OpenNextLadderAtRung(1)=3
     OpenNextLadderAtRung(2)=2
     OpenNextLadderAtRung(3)=3
     OpenNextLadderAtRung(4)=3
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:04.015 - Created with UnCodeX