- Extends
- xWebQueryHandler
- Modifiers
- config
Core.Object
|
+-- Engine.xAdminBase
|
+-- XWebAdmin.xWebQueryHandler
|
+-- XWebAdmin.xWebQueryCurrent
Functions Summary |
| xBot | FindPlayingBot (string BotName)
|
| string | GetTeamColor (TeamInfo Team)
|
| string | GetTeamName (TeamInfo Team)
|
| bool | Query (WebRequest Request, WebResponse Response)
|
| | QueryCurrentBots (WebRequest Request, WebResponse Response)
|
| | QueryCurrentConsole (WebRequest Request, WebResponse Response)
|
| | QueryCurrentConsoleLog (WebRequest Request, WebResponse Response)
|
| | QueryCurrentConsoleSend (WebRequest Request, WebResponse Response)
|
| | QueryCurrentFrame (WebRequest Request, WebResponse Response)
|
| | QueryCurrentGame (WebRequest Request, WebResponse Response)
|
| | QueryCurrentMenu (WebRequest Request, WebResponse Response)
|
| | QueryCurrentMutators (WebRequest Request, WebResponse Response)
|
| | QueryCurrentPlayers (WebRequest Request, WebResponse Response)
|
var localized string Added;
var localized string BadGameType;
var localized string BotStatus;
var config string ConsoleRefreshTag;
var localized string ConsoleUserlist;
var config string CurrentBotsPage;
var config string CurrentConsoleLogPage;
var config string CurrentConsolePage;
CurrentConsoleSendPage Source code
var config string CurrentConsoleSendPage;
var config string CurrentGamePage;
var config string CurrentIndexPage;
var localized string CurrentLinks[6];
var config string CurrentMutatorsPage;
var config string CurrentPlayersPage;
var config string CurrentRestartPage;
var config string DefaultSendText;
var localized string GameTypeUnsupported;
var localized string KickButtonText[3];
var config string MutatorGroupMember;
var config string MutatorGroupTitle;
var config string MutatorTablePage;
var localized string NoBots;
var localized string NoBotsTitle;
var localized string NoPlayersConnected;
var localized string NoteBotsPage;
var localized string NoteConsolePage;
var localized string NoteGamePage;
var localized string NoteMutatorsPage;
var localized string NotePlayersPage;
var localized string PickMutators;
var config string PlayerListHeader;
PlayerListLinkedHeader Source code
var config string PlayerListLinkedHeader;
var config string PlayerListMinPlayers;
var localized string Removed;
var localized string SelectedMutators;
var localized string SingleBotStatus;
var config string StatTable;
var config string StatTableRow;
function xBot FindPlayingBot (
string BotName )
function string GetTeamColor (
TeamInfo Team )
function string GetTeamName (
TeamInfo Team )
QueryCurrentConsoleLog Source code
QueryCurrentConsoleSend Source code
defaultproperties
{
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"
DefaultSendText="say "
StatTable="current_game_stat_table"
StatTableRow="current_game_stat_table_row"
PlayerListHeader="current_players_list_head"
PlayerListLinkedHeader="current_players_list_head_link"
PlayerListMinPlayers="current_players_minp"
ConsoleRefreshTag="<meta http-equiv="refresh" CONTENT="5; URL="
MutatorTablePage="current_mutators_table"
MutatorGroupTitle="current_mutators_group"
MutatorGroupMember="current_mutators_group_row"
BadGameType="Unsupported Game Type"
CurrentLinks(0)="Current Game"
CurrentLinks(1)="Player List"
CurrentLinks(2)="Server Console"
CurrentLinks(3)="Mutators"
CurrentLinks(4)="Bots"
CurrentLinks(5)="Restart Map"
NoBotsTitle="Bots unavailable"
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."
Added="added."
Removed="removed."
BotStatus="bots were %Action%"
SingleBotStatus="bot was %Action%"
ConsoleUserlist="Getting or setting admin accounts and groups is not allowed through the webadmin console. This action has been logged."
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"
NeededPrivs="X|K|M|Xs|Xc|Xp|Xi|Kp|Kb|Ko|Mb|Mt|Mm|Mu|Ma"
}
|
Creation time: Mo 16.4.2007 11:20:38.203 - Created with
UnCodeX