I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:IRC_NewNick (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> IRC_NewNick |
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
MyNewNick[edit]
Type: moEditBox
NewNickPrompt[edit]
Type: GUILabel
SystemPage[edit]
Type: IRC_System
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIButton'VidOKBackground' |
Controls[1] | moEditBox'NewNickEntry' |
Controls[2] | GUILabel'NickMesg' |
Controls[3] | GUIButton'OkButton' |
WinHeight | 0.25 |
WinTop | 0.375 |
Subobjects[edit]
NewNickEntry[edit]
Class: XInterface.moEditBox
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "New Nickname: " | ||||||||||
CaptionWidth | 0.55 | ||||||||||
LabelColor |
|
||||||||||
LabelFont | "UT2SmallFont" | ||||||||||
LabelJustification | TXTA_Right | ||||||||||
WinHeight | 0.05 | ||||||||||
WinLeft | 0.16 | ||||||||||
WinTop | 0.466667 | ||||||||||
WinWidth | 0.5 |
NickMesg[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.4 | ||||||||||
WinWidth | 1.0 |
OkButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "OK" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.4 |
WinTop | 0.75 |
WinWidth | 0.2 |
VidOKBackground[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bBoundToParent | True |
bNeverFocus | True |
bScaleToParent | True |
StyleName | "SquareBar" |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Instance functions[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)