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

xWebAdmin.xWebQueryCurrent

Extends
xWebQueryHandler
Modifiers
config

Core.Object
|   
+-- Engine.xAdminBase
   |   
   +-- xWebAdmin.xWebQueryHandler
      |   
      +-- xWebAdmin.xWebQueryCurrent

Variables Summary
stringAdded
stringBadGameType
array<StringArray>BotList
stringBotStatus
stringConsoleRefreshTag
stringConsoleUserlist
stringCurrentBotsPage
stringCurrentConsoleLogPage
stringCurrentConsolePage
stringCurrentConsoleSendPage
stringCurrentGamePage
stringCurrentIndexPage
stringCurrentLinks[6]
stringCurrentMutatorsPage
stringCurrentPlayersPage
stringCurrentRestartPage
stringDefaultSendText
stringGameTypeUnsupported
stringKickButtonText[3]
stringMutatorGroupMember
stringMutatorGroupTitle
stringMutatorTablePage
stringNoBots
stringNoBotsTitle
stringNoPlayersConnected
stringNoteBotsPage
stringNoteConsolePage
stringNoteGamePage
stringNoteMutatorsPage
stringNotePlayersPage
stringPickMutators
stringPlayerListHeader
stringPlayerListLinkedHeader
stringPlayerListMinPlayers
stringRemoved
stringSelectedMutators
stringSingleBotStatus
StringArraySpeciesNames
stringStatTable
stringStatTableRow
Inherited Variables from xWebAdmin.xWebQueryHandler
DefaultPage, NeededPrivs, Title

Functions Summary
functionxBot FindPlayingBot (string BotName))
functionstring GetTeamColor (TeamInfo Team))
functionstring GetTeamName (TeamInfo Team))
functionbool Query (WebRequest Request, WebResponse Response))
function QueryCurrentBots (WebRequest Request, WebResponse Response))
function QueryCurrentConsole (WebRequest Request, WebResponse Response))
function QueryCurrentConsoleLog (WebRequest Request, WebResponse Response))
function QueryCurrentConsoleSend (WebRequest Request, WebResponse Response))
function QueryCurrentFrame (WebRequest Request, WebResponse Response))
function QueryCurrentGame (WebRequest Request, WebResponse Response))
function QueryCurrentMenu (WebRequest Request, WebResponse Response))
function QueryCurrentMutators (WebRequest Request, WebResponse Response))
function QueryCurrentPlayers (WebRequest Request, WebResponse Response))
Inherited Functions from xWebAdmin.xWebQueryHandler
Cleanup, Init, PostQuery, PreQuery, Query


Variables Detail

Added Source code

var localized string Added;

BadGameType Source code

var localized string BadGameType;

BotList Source code

var array<StringArray> BotList;

BotStatus Source code

var localized string BotStatus;

ConsoleRefreshTag Source code

var config string ConsoleRefreshTag;

ConsoleUserlist Source code

var localized string ConsoleUserlist;

CurrentBotsPage Source code

var config string CurrentBotsPage;

CurrentConsoleLogPage Source code

var config string CurrentConsoleLogPage;

CurrentConsolePage Source code

var config string CurrentConsolePage;

CurrentConsoleSendPage Source code

var config string CurrentConsoleSendPage;

CurrentGamePage Source code

var config string CurrentGamePage;

CurrentIndexPage Source code

var config string CurrentIndexPage;

CurrentLinks[6] Source code

var localized string CurrentLinks[6];

CurrentMutatorsPage Source code

var config string CurrentMutatorsPage;

CurrentPlayersPage Source code

var config string CurrentPlayersPage;

CurrentRestartPage Source code

var config string CurrentRestartPage;

DefaultSendText Source code

var config string DefaultSendText;

GameTypeUnsupported Source code

var localized string GameTypeUnsupported;

KickButtonText[3] Source code

var localized string KickButtonText[3];

MutatorGroupMember Source code

var config string MutatorGroupMember;

MutatorGroupTitle Source code

var config string MutatorGroupTitle;

MutatorTablePage Source code

var config string MutatorTablePage;

NoBots Source code

var localized string NoBots;

NoBotsTitle Source code

var localized string NoBotsTitle;

NoPlayersConnected Source code

var localized string NoPlayersConnected;

NoteBotsPage Source code

var localized string NoteBotsPage;

NoteConsolePage Source code

var localized string NoteConsolePage;

NoteGamePage Source code

var localized string NoteGamePage;

NoteMutatorsPage Source code

var localized string NoteMutatorsPage;

NotePlayersPage Source code

var localized string NotePlayersPage;

PickMutators Source code

var localized string PickMutators;

PlayerListHeader Source code

var config string PlayerListHeader;

PlayerListLinkedHeader Source code

var config string PlayerListLinkedHeader;

PlayerListMinPlayers Source code

var config string PlayerListMinPlayers;

Removed Source code

var localized string Removed;

SelectedMutators Source code

var localized string SelectedMutators;

SingleBotStatus Source code

var localized string SingleBotStatus;

SpeciesNames Source code

var StringArray SpeciesNames;

StatTable Source code

var config string StatTable;

StatTableRow Source code

var config string StatTableRow;


Functions Detail

FindPlayingBot Source code

function xBot FindPlayingBot ( string BotName) )

GetTeamColor Source code

function string GetTeamColor ( TeamInfo Team) )

GetTeamName Source code

function string GetTeamName ( TeamInfo Team) )

Query Source code

function bool Query ( WebRequest Request, WebResponse Response) )

QueryCurrentBots Source code

function QueryCurrentBots ( WebRequest Request, WebResponse Response) )

QueryCurrentConsole Source code

function QueryCurrentConsole ( WebRequest Request, WebResponse Response) )

QueryCurrentConsoleLog Source code

function QueryCurrentConsoleLog ( WebRequest Request, WebResponse Response) )

QueryCurrentConsoleSend Source code

function QueryCurrentConsoleSend ( WebRequest Request, WebResponse Response) )

QueryCurrentFrame Source code

function QueryCurrentFrame ( WebRequest Request, WebResponse Response) )

QueryCurrentGame Source code

function QueryCurrentGame ( WebRequest Request, WebResponse Response) )

QueryCurrentMenu Source code

function QueryCurrentMenu ( WebRequest Request, WebResponse Response) )

QueryCurrentMutators Source code

function QueryCurrentMutators ( WebRequest Request, WebResponse Response) )

QueryCurrentPlayers Source code

function QueryCurrentPlayers ( WebRequest Request, WebResponse Response) )


Defaultproperties

defaultproperties
{
	 NeededPrivs="X|K|M|Xs|Xc|Xp|Xi|Kp|Kb|Ko|Mb|Mt|Mm|Mu|Ma"
     CurrentIndexPage="current_menu"
     CurrentPlayersPage="current_players"
     CurrentGamePage="current_game"
     CurrentConsolePage="current_console"
     CurrentConsoleLogPage="current_console_log"
     CurrentConsoleSendPage="current_console_send"
     CurrentMutatorsPage="current_mutators"
     CurrentBotsPage="current_bots"
     CurrentRestartPage="current_restart"
     PlayerListHeader="current_players_list_head"
     PlayerListLinkedHeader="current_players_list_head_link"
     PlayerListMinPlayers="current_players_minp"
     MutatorTablePage="current_mutators_table"
     MutatorGroupTitle="current_mutators_group"
     MutatorGroupMember="current_mutators_group_row"
     StatTable="current_game_stat_table"
     StatTableRow="current_game_stat_table_row"
     ConsoleRefreshTag="<meta http-equiv=\"refresh\" CONTENT=\"5; URL="
     DefaultSendText="say "


     BadGameType="Unsupported Game Type"
     NoBotsTitle="Bots unavailable"
     ConsoleUserlist="Getting or setting admin accounts and groups is not allowed through the webadmin console.  This action has been logged."
     CurrentLinks(0)="Current Game"
     CurrentLinks(1)="Player List"
     CurrentLinks(2)="Server Console"
     CurrentLinks(3)="Mutators"
     CurrentLinks(4)="Bots"
     CurrentLinks(5)="Restart Map"


	 KickButtonText(0)="Kick"
	 KickButtonText(1)="Ban"
	 KickButtonText(2)="Kick/Ban"
	 NoPlayersConnected="** No Players Connected **"
	 SelectedMutators="Selected Mutators"
	 PickMutators="Select desired mutators"
	 GameTypeUnsupported="The Game Type '%GameType%' does not use standard bots."
	 NoBots="You cannot add bots while World Stats Logging is enabled."
	 SingleBotStatus="bot was %Action%"
	 BotStatus="bots were %Action%"
	 Added="added."
	 Removed="removed."


     NoteGamePage="You can view and select maps from other gametypes by using the combo box.  Selecting maps from other gametypes will automatically switch the server to that gametype."
     NotePlayersPage="In order to see the global ID for connected players, change the value for bBanbyID in the [Engine.AccessControl] section of your ini to 'True'.  Bots cannot be banned."
     NoteConsolePage="You may communicate with the players in the game by entering text at the text box and clicking 'Send'.  You can also enter console commands to control the server.  Game messages are shown in the log window, with the exception of team messages."
     NoteMutatorsPage="Select which mutators you want to be used when you hit the Restart Server Link"
     NoteBotsPage="You may only add bots once the game has started.  Adding bots has an adverse effect on the MinPlayers setting, and may cause this value to change.  If stats are enabled, you may only add bots if bots are already in the game."
     DefaultPage="currentframe"
     Title="Current"
}

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