Always snap to grid
UE2:DefaultMapListLoader (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> MapListLoader >> DefaultMapListLoader |
Contents
- 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.DefaultMapListLoader
The DefaultMapListLoader is used by the VotingHandler to load the list of map names.
Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'DefaultMapListLoader'[edit]
bUseMapList[edit]
Type: bool
Modifiers: config
MapListTypeList[edit]
Modifiers: config
MapNamePrefixes[edit]
Type: string
Modifiers: config
Internal variables[edit]
UseMapListPropsDisplayText[edit]
Type: string
Modifiers: localized
Default value: "Use MapLists"
UserMapListPropDescription[edit]
Type: string
Modifiers: localized
Default value: "If enabled, the map lists are used instead of showing all map names."
Functions[edit]
Static events[edit]
AcceptPlayInfoProperty[edit]
Overrides: Info.AcceptPlayInfoProperty
GetDescriptionText[edit]
Overrides: Info.GetDescriptionText
Other static functions[edit]
FillPlayInfo[edit]
static function FillPlayInfo (PlayInfo PlayInfo)
Overrides: Info.FillPlayInfo
Instance functions[edit]
LoadFromMapList[edit]
function LoadFromMapList (string MapListType, xVotingHandler VotingHandler)
LoadFromPreFix[edit]
function LoadFromPreFix (string Prefix, xVotingHandler VotingHandler)
LoadMapList[edit]
function LoadMapList (xVotingHandler VotingHandler)
Overrides: MapListLoader.LoadMapList