Always snap to grid

UE2:CustomLadderInfo (UT2004)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> CustomLadderInfo
Package: 
XGame
Direct subclass:
CLOnslaught

Base class for custom ladders

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

EntryLabels[edit]

Type: array<string>

Modifiers: localized


LadderName[edit]

Type: string


Default value: "Custom Ladder"

Matches[edit]

Type: array<UT2K4MatchInfo>


Static functions[edit]

AddHistoryRecord[edit]

static function AddHistoryRecord (UT2K4GameProfile GP, int offset, GameInfo Game, PlayerReplicationInfo PRI, UT2K4MatchInfo MI)

will be called after the default info has been added to the history record. override this to change or append additional into.

HandleRequirements[edit]

static function bool HandleRequirements (UT2K4GameProfile GP, array<stringSpecialEvent, out array<ChallengeGame.TriStringGUIPages)

Handle match requirements, return false if a requirement has not been met

HandleSpecialEvent[edit]

static function HandleSpecialEvent (UT2K4GameProfile GP, array<stringSpecialEvent, out array<ChallengeGame.TriStringGUIPages)

called when the game was a challenge game and was not one of the default special events. Fill the GUIPages array with pages you want to be opened after this special event has been processed. Yes I know this method sucks, but it was the best I could come up with without a lot of changes in the current system.