Always snap to grid
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
bTournamentMode
Type: bool
DefaultDemoRecFileName
Type: string
Modifiers: config
DefaultGameClassString
Type: string
Modifiers: config
DefaultMutatorsString
Type: string
Modifiers: config
DefaultParameters
Type: string
Modifiers: config
DefaultTournamentMode
Type: bool
Modifiers: config
DemoRecFileName
Type: string
GameClassString
Type: string
GameIndex
Type: int
Modifiers: transient
GameTypes
Type: array<CacheManager.GameRecord>
Level
Type: LevelInfo
lmsgDefaultNotAvailable
Type: string
Modifiers: localized
Default value: "Default Profile Not available."
lmsgLoadingMatchProfile
Type: string
Modifiers: localized
Default value: "Match settings are being loaded now."
lmsgRestoringDefaultProfile
Type: string
Modifiers: localized
Default value: "Restoring default server profile."
MapHandler
Type: MaplistManager
MapIndexList
Type: string
Maps
Type: array<CacheManager.MapRecord>
MutatorIndexList
Type: string
Mutators
Type: array<CacheManager.MutatorRecord>
Parameters
Type: string
PInfo
Type: PlayInfo
RecordIndex
Type: int
Modifiers: transient
Settings
Type: array<ProfileSetting>
Modifiers: config