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

XInterface.Browser_RulesList

Extends
GUIMultiColumnList

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUIVertList
            |   
            +-- XInterface.GUIMultiColumnList
               |   
               +-- XInterface.Browser_RulesList

Variables Summary
stringAdminEmailString
stringAdminNameString
stringBalanceTeamsString
stringDedicatedString
stringFalseString
stringFriendlyFireString
stringGameSpeedString
stringGameStatsString
stringGoalScoreString
intlistitem
stringMinPlayersString
stringMutatorString
Browser_ServerListPageBaseMyPage
Browser_ServersListMyServersList
stringNonDedicatedString
stringPasswordString
stringPlayersBalanceTeamsString
stringServerModeString
stringTimeLimitString
stringTranslocatorString
stringTrueString
stringWeaponStayString
Inherited Variables from XInterface.GUIMultiColumnList
CellSpacing, ColumnHeadingHints, ColumnHeadings, ColumnWidths, ExpandLastColumn, InitColumnPerc, InvSortData, NeedsSorting, SortColumn, SortData, SortDescending

Structures Summary
Inherited Structures from XInterface.GUIMultiColumnList
MultiColumnSortData

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
functionstring LocalizeRules (string code ))
function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending))
Inherited Functions from XInterface.GUIMultiColumnList
AddedItem, ChangeSortOrder, Clear, CurrentListId, Dump, GetCellLeftWidth, GetListIndex, InitializeColumns, InternalOnPreDraw, OnSortChanged, RemovedCurrent, RemovedItem, ResolutionChanged, Sort, SortList, UpdatedItem
Inherited Functions from XInterface.GUIVertList
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp


Variables Detail

AdminEmailString Source code

var localized string AdminEmailString;

AdminNameString Source code

var localized string AdminNameString;

BalanceTeamsString Source code

var localized string BalanceTeamsString;

DedicatedString Source code

var localized string DedicatedString;

FalseString Source code

var localized string FalseString;

FriendlyFireString Source code

var localized string FriendlyFireString;

GameSpeedString Source code

var localized string GameSpeedString;

GameStatsString Source code

var localized string GameStatsString;

GoalScoreString Source code

var localized string GoalScoreString;

listitem Source code

var int listitem;

MinPlayersString Source code

var localized string MinPlayersString;

MutatorString Source code

var localized string MutatorString;

MyPage Source code

var Browser_ServerListPageBase MyPage;

MyServersList Source code

var Browser_ServersList MyServersList;

NonDedicatedString Source code

var localized string NonDedicatedString;

PasswordString Source code

var localized string PasswordString;

PlayersBalanceTeamsString Source code

var localized string PlayersBalanceTeamsString;

ServerModeString Source code

var localized string ServerModeString;

TimeLimitString Source code

var localized string TimeLimitString;

TranslocatorString Source code

var localized string TranslocatorString;

TrueString Source code

var localized string TrueString;

WeaponStayString Source code

var localized string WeaponStayString;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )

LocalizeRules Source code

function string LocalizeRules ( string code ) )

MyOnDrawItem Source code

function MyOnDrawItem ( Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending) )


Defaultproperties

defaultproperties
{
    ColumnHeadings(0)="Setting"
    ColumnHeadings(1)="Value"


    InitColumnPerc(0)=0.25
    InitColumnPerc(1)=0.25
    ExpandLastColumn=True


    TrueString="Enabled"
    FalseString="Disabled"
    ServerModeString="Server Mode"
    DedicatedString="Dedicated"
    NonDedicatedString="Non-Dedicated"
    AdminNameString="Server Admin"
    AdminEmailString="Admin Email"
    PasswordString="Requires Password"
    GameStatsString="UT2004 Stats"
    GameSpeedString="Game Speed"
    MutatorString="Mutator"
    BalanceTeamsString="Bots Balance Teams"
    PlayersBalanceTeamsString="Balance Teams"
    FriendlyFireString="Friendly Fire"
    GoalScoreString="Goal Score"
    TimeLimitString="Time Limit"
    MinPlayersString="Minimum Players (bots)"
    TranslocatorString="Translocator"
    WeaponStayString="Weapons Stay"
}

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