The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:DefaultMapListLoader (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> MapListLoader >> DefaultMapListLoader
Package: 
xVoting

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

Property group 'DefaultMapListLoader'

bUseMapList

Type: bool

Modifiers: config


MapListTypeList

Type: array<string>

Modifiers: config


MapNamePrefixes

Type: string

Modifiers: config


Internal variables

UseMapListPropsDisplayText

Type: string

Modifiers: localized


Default value: "Use MapLists"

UserMapListPropDescription

Type: string

Modifiers: localized


Default value: "If enabled, the map lists are used instead of showing all map names."

Functions

Static events

AcceptPlayInfoProperty

static event bool AcceptPlayInfoProperty (string PropertyName)

Overrides: Info.AcceptPlayInfoProperty


GetDescriptionText

static event string GetDescriptionText (string PropName)

Overrides: Info.GetDescriptionText


Other static functions

FillPlayInfo

static function FillPlayInfo (PlayInfo PlayInfo)

Overrides: Info.FillPlayInfo


Instance functions

LoadFromMapList

function LoadFromMapList (string MapListType, xVotingHandler VotingHandler)


LoadFromPreFix

function LoadFromPreFix (string Prefix, xVotingHandler VotingHandler)


LoadMapList

function LoadMapList (xVotingHandler VotingHandler)

Overrides: MapListLoader.LoadMapList