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

XGame.UT2K4MatchInfo


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
//==============================================================================
// Additonal Match Info for UT2004 Ladder games
//
// Written by Michiel Hendriks
// (c) 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================

class UT2K4MatchInfo extends MatchInfo;

/**
	Custom thumbnails, to override default behavior
*/
var Material ThumbnailActive, ThumbnailInActive;

/** alternative maps to use */
var array<string> AltLevels;
/**
	this number of entries in the AltLevels array has a higher priority,
	this means that only these will be randomly selected
*/
var byte Priority;

/** prize money you win */
var int PrizeMoney;

/** Fee to pay when you want to enter this match */
var int EntryFee;

/** a string with requirement information, parsed in UT2K4SP_Main and called from UT2K4SP_TabLadderBase */
var string Requirements;

/** if > 0 a time limit is set on the match */
var float TimeLimit;

defaultproperties
{
	ThumbnailActive=none
	ThumbnailInActive=none
	Priority=0
	PrizeMoney=0
	EntryFee=0
	TimeLimit=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:26.000 - Creation time: Do 14.8.2014 09:58:53.606 - Created with UnCodeX