UE2:MatchSetupPanelBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MatchSetupPanelBase
Package:
xVoting
Direct subclasses:
MatchSetupLoginPanel, MatchSetupMain, MatchSetupMaps, MatchSetupMutator, MatchSetupRules

Created on: 01/02/2004 Base class for all match setup panels

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved TODO: CONFLICTS!!! someone updates a setting that you've already changed...their change is replicated down what to do about this?

Properties

Property group 'MatchSetupPanelBase'

bDirty

Type: bool


Group

Type: string


VRI

Type: VotingReplicationInfo

Modifiers: editconst, noexport


Default values

Delegates

OnLogIn

delegate OnLogIn ()


OnLogOut

delegate OnLogOut ()


SendCommand

delegate SendCommand (string Cmd)


Functions

Events

Free

event Free ()

Overrides: GUITabPanel.Free


Other instance functions

HandleResponse

function bool HandleResponse (string Type, string Info, string Data)


InitPanel

function InitPanel ()

Overrides: GUITabPanel.InitPanel


InternalOnChange

function InternalOnChange (GUIComponent Sender)


IsAdmin

function bool IsAdmin ()


IsLoggedIn

function bool IsLoggedIn ()


LoggedIn

function LoggedIn ()


LoggedOut

function LoggedOut ()


ReceiveComplete

function ReceiveComplete ()


SubmitChanges

function SubmitChanges ()