- Extends
- xVotingHandler
RandomVotingHandler
Creation date: 2010-02-10 21:51
Last change: $Id$
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.VotingHandler
|
+-- xVoting.xVotingHandler
|
+-- RandomVoting.RandomVotingHandler
Inherited Variables from xVoting.xVotingHandler |
AccInfo, bAccumulationMode, bAnonymousKicking, bAutoDetectMode, bAutoOpen, bDefaultToCurrentGameType, bEliminationMode, bKickVote, bLevelSwitchPending, bMapVote, bMatchSetup, bMidGameVote, bScoreMode, CurrentGameConfig, DefaultGameConfig, GameConfig, GameConfigPage, History, KickPercent, KickVoteCount, lmsgAdminMapChange, lmsgAnonymousKickVote, lmsgGameConfigColumnTitle[6], lmsgInvalidPassword, lmsgKickVote, lmsgKickVoteAdmin, lmsgMapVotedFor, lmsgMapVotedForWithCount, lmsgMapWon, lmsgMatchSetupPermission, lmsgMidGameVote, lmsgSpectatorsCantVote, MapCount, MapList, MapListConfigPage, MapListLoaderType, MapVoteCount, MapVoteHistoryClass, MapVoteHistoryType, MatchProfile, MidGameVotePercent, MinMapCount, MVRI, PropDescription[17], PropsDisplayText[17], RepeatLimit, ScoreBoardDelay, ScoreBoardTime, ServerNumber, ServerTravelString, ServerTravelTime, TextMessage, TimeLeft, VoteTimeLimit |
Inherited Functions from xVoting.xVotingHandler |
AcceptPlayInfoProperty, AddConfigArrayItem, AddMap, AddMapVoteReplicationInfo, CloseAllVoteWindows, CreateMatchProfile, DeleteConfigArrayItem, FillPlayInfo, GetAccVote, GetConfigArrayColumnTitle, GetConfigArrayData, GetConfigArrayItemCount, GetDefaultMap, GetDescriptionText, GetGameConfig, GetMapList, GetMVRIIndex, GetPlayerScore, GetServerDetails, HandleRestartGame, IsEnabled, IsValidVote, KickPlayer, LoadMapList, MatchSetupLogin, MatchSetupLogout, OpenAllVoteWindows, PlayerExit, PlayerJoin, PostBeginPlay, PropagateValue, ReloadAll, ReloadMatchConfig, SaveAccVotes, SetupGameMap, SubmitKickVote, SubmitMapVote, TallyKickVotes, TallyVotes, timer, UpdateConfigArrayItem, UpdateKickVoteCount, UpdateVoteCount |
Inherited Functions from Engine.VotingHandler |
AddConfigArrayItem, DeleteConfigArrayItem, FillPlayInfo, GetConfigArrayColumnTitle, GetConfigArrayData, GetConfigArrayItemCount, GetServerDetails, HandleRestartGame, IsEnabled, PlayerExit, PlayerJoin, ReloadAll, UpdateConfigArrayItem |
var config bool bAllowRandomVote;
var config bool bSkipRecentRandomMaps;
var localized string descAllowRandomVote;
var localized string descRandomSuffix;
descSkipRecentRandomMaps Source code
var localized string descSkipRecentRandomMaps;
var localized string lblAllowRandomVote;
var localized string lblRandomSuffix;
lblSkipRecentRandomMaps Source code
var localized string lblSkipRecentRandomMaps;
var config string RandomSuffix;
AcceptPlayInfoProperty Source code
static event bool AcceptPlayInfoProperty ( string PropertyName) )
static event string GetDescriptionText ( string PropName) )
function LoadMapList ( ) )
defaultproperties
{
bAllowRandomVote = True
bSkipRecentRandomMaps = True
RandomSuffix = "-<???>"
lblAllowRandomVote = "Allow random map vote"
descAllowRandomVote = "Add a special entry to the vote map list that will pick a random map list entry if voted for."
lblSkipRecentRandomMaps = "Skip recent maps for random vote"
descSkipRecentRandomMaps = "Prevent recently voted maps from being picked as result of the random vote."
lblRandomSuffix = "Random vote suffix"
descRandomSuffix = "Map name suffix for the random vote entry in the map list."
}
|
Creation time: Sa 23.8.2014 09:18:27.633 - Created with
UnCodeX