Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

xVoting.DefaultMapListLoader

Extends
MapListLoader

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- xVoting.MapListLoader
         |   
         +-- xVoting.DefaultMapListLoader

Variables Summary
stringUseMapListPropsDisplayText
stringUserMapListPropDescription
DefaultMapListLoader
boolbUseMapList
array<string>MapListTypeList
stringMapNamePrefixes
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
eventbool AcceptPlayInfoProperty (string PropertyName))
function FillPlayInfo (PlayInfo PlayInfo))
eventstring GetDescriptionText (string PropName))
function LoadFromMapList (string MapListType, xVotingHandler VotingHandler))
function LoadFromPreFix (string Prefix, xVotingHandler VotingHandler))
function LoadMapList (xVotingHandler VotingHandler))
Inherited Functions from xVoting.MapListLoader
LoadMapList, Reset
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

UseMapListPropsDisplayText Source code

var localized string UseMapListPropsDisplayText;

UserMapListPropDescription Source code

var localized string UserMapListPropDescription;

DefaultMapListLoader

bUseMapList Source code

var(DefaultMapListLoader) config bool bUseMapList;

MapListTypeList Source code

var(DefaultMapListLoader) config array<string> MapListTypeList;

MapNamePrefixes Source code

var(DefaultMapListLoader) config string MapNamePrefixes;


Functions Detail

AcceptPlayInfoProperty Source code

static event bool AcceptPlayInfoProperty ( string PropertyName) )

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo) )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName) )

LoadFromMapList Source code

function LoadFromMapList ( string MapListType, xVotingHandler VotingHandler) )

LoadFromPreFix Source code

function LoadFromPreFix ( string Prefix, xVotingHandler VotingHandler) )

LoadMapList Source code

function LoadMapList ( xVotingHandler VotingHandler) )


Defaultproperties

defaultproperties
{
   bUseMapList=False;
   MapNamePrefixes=""
   UseMapListPropsDisplayText="Use MapLists"
   UserMapListPropDescription="If enabled, the map lists are used instead of showing all map names."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:03.963 - Created with UnCodeX