Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2K4GUIPage | +-- GUI2K4.PopupPageBase | +-- GUI2K4.FloatingWindow | +-- GUI2K4.LargeWindow | +-- UT2004RPG.RPGPlayerLevelsMenu
Variables Summary | |
---|---|
bool | bClean |
GUIButton | CloseButton |
string | DefaultText |
GUIScrollTextBox | MyScrollText |
Functions Summary | ||
---|---|---|
bool | CloseClick (GUIComponent Sender) | |
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
ProcessPlayerLevel (string PlayerString) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIScrollTextBox Name=InfoText bNoTeletype=True CharDelay=0.002500 EOLDelay=0.000000 TextAlign=TXTA_Center OnCreateComponent=InfoText.InternalOnCreateComponent WinTop=0.143750 WinHeight=0.650000 bBoundToParent=True bScaleToParent=True bNeverFocus=True End Object MyScrollText=GUIScrollTextBox'UT2004RPG.RPGPlayerLevelsMenu.InfoText' Begin Object Class=GUIButton Name=ButtonClose Caption="Close" WinTop=0.800000 WinLeft=0.400000 WinWidth=0.200000 OnClick=RPGPlayerLevelsMenu.CloseClick OnKeyEvent=ButtonClose.InternalOnKeyEvent End Object CloseButton=GUIButton'UT2004RPG.RPGPlayerLevelsMenu.ButtonClose' DefaultText="Receiving Player Levels from Server..." WindowName="Players' Levels" bAllowedAsLast=True WinTop=0.100000 WinHeight=0.800000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |