| 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.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4GetDataMenu
|
+-- GUI2K4.UT2K4IRC_NewNick
| Variables Summary | |
|---|---|
| string | EditCaption |
| string | EditHint |
| Inherited Variables from GUI2K4.UT2K4GetDataMenu |
|---|
| b_Cancel, ed_Data |
| Inherited Variables from GUI2K4.UT2K4GenericMessageBox |
|---|
| b_OK, l_Text, l_Text2 |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Owner )) | |
| Inherited Functions from GUI2K4.UT2K4GetDataMenu |
|---|
| GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString |
| Inherited Functions from GUI2K4.UT2K4GenericMessageBox |
|---|
| HandleParameters, InternalOnClick, InternalOnKeyEvent |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnCreateComponent Source code| Defaultproperties |
|---|
defaultproperties
{
EditCaption="New Nickname: "
EditHint="Enter your desired nick, then press OK to save the changes."
OnCreateComponent=UT2k4IRC_NewNick.InternalOnCreateComponent
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||