There is no spoon
UE2:MatchConfig (UT2004)
Object >> MatchConfig |
Contents
- 1 Properties
- 1.1 bTournamentMode
- 1.2 DefaultDemoRecFileName
- 1.3 DefaultGameClassString
- 1.4 DefaultMutatorsString
- 1.5 DefaultParameters
- 1.6 DefaultTournamentMode
- 1.7 DemoRecFileName
- 1.8 GameClassString
- 1.9 GameIndex
- 1.10 GameTypes
- 1.11 Level
- 1.12 lmsgDefaultNotAvailable
- 1.13 lmsgLoadingMatchProfile
- 1.14 lmsgRestoringDefaultProfile
- 1.15 MapHandler
- 1.16 MapIndexList
- 1.17 Maps
- 1.18 MutatorIndexList
- 1.19 Mutators
- 1.20 Parameters
- 1.21 PInfo
- 1.22 RecordIndex
- 1.23 Settings
- 2 Structs
- 3 Instance functions
- 3.1 ChangeSetting
- 3.2 ConvertMapIndexes
- 3.3 ConvertMutatorIndexes
- 3.4 GetCurrentMapArray
- 3.5 GetCurrentMutatorArray
- 3.6 GetGameCacheIndex
- 3.7 GetMapCacheIndex
- 3.8 GetMutatorCacheIndex
- 3.9 GetPrefix
- 3.10 IncludeParam
- 3.11 Init
- 3.12 LoadCurrentMutators
- 3.13 LoadCurrentSettings
- 3.14 LoadDefaultMaps
- 3.15 LoadDefaultMutators
- 3.16 LoadDefaults
- 3.17 LoadMapList
- 3.18 LoadPlayInfo
- 3.19 ReLoad
- 3.20 RestoreDefault
- 3.21 SaveDefault
- 3.22 SaveMaplist
- 3.23 SetGameClassString
- 3.24 StartMatch
- 3.25 UpdateRecordIndex
- Package:
- xVoting
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: xVoting.MatchConfig
MatchConfig is used to store/save the default server configuration settings. When the Match is over this is used to restore the original server settings.
Written by Bruce Bickar (Uses some code from Ron Prestenback's Ladder mod) (c) 2003 Epic Games, Inc. All Rights Reserved
Properties[edit]
bTournamentMode[edit]
Type: bool
DefaultDemoRecFileName[edit]
Type: string
Modifiers: config
DefaultGameClassString[edit]
Type: string
Modifiers: config
DefaultMutatorsString[edit]
Type: string
Modifiers: config
DefaultParameters[edit]
Type: string
Modifiers: config
DefaultTournamentMode[edit]
Type: bool
Modifiers: config
DemoRecFileName[edit]
Type: string
GameClassString[edit]
Type: string
GameIndex[edit]
Type: int
Modifiers: transient
GameTypes[edit]
Type: array<CacheManager.GameRecord>
Level[edit]
Type: LevelInfo
lmsgDefaultNotAvailable[edit]
Type: string
Modifiers: localized
Default value: "Default Profile Not available."
lmsgLoadingMatchProfile[edit]
Type: string
Modifiers: localized
Default value: "Match settings are being loaded now."
lmsgRestoringDefaultProfile[edit]
Type: string
Modifiers: localized
Default value: "Restoring default server profile."
MapHandler[edit]
Type: MaplistManager
MapIndexList[edit]
Type: string
Maps[edit]
Type: array<CacheManager.MapRecord>
MutatorIndexList[edit]
Type: string
Mutators[edit]
Type: array<CacheManager.MutatorRecord>
Parameters[edit]
Type: string
PInfo[edit]
Type: PlayInfo
RecordIndex[edit]
Type: int
Modifiers: transient
Settings[edit]
Type: array<ProfileSetting>
Modifiers: config