Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 |
//============================================================================== // 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 { } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |