Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:MapVoteFooter (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> MapVoteFooter |
- Package:
- xVoting
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. |
Created on: 01/02/2004 Contains controls for participating in chat while mapvote menus are open
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
[edit]
idxLastChatMsg[edit]
Type: int
Modifiers: noexport
LastMsgTime[edit]
Type: float
Modifiers: noexport
RecallIdx[edit]
Type: int
Modifiers: noexport
RecallQueue[edit]
Modifiers: noexport
Internal variables[edit]
b_Accept[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'AcceptButton'
b_Close[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CloseButton'
b_Submit[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'SubmitButton'
ed_Chat[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'ChatEditbox'
lb_Chat[edit]
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'ChatScrollBox'
sb_Background[edit]
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'MapvoteFooterBackground'
Default values[edit]
Property | Value |
---|---|
bNeverFocus | False |
StyleName | "BindBox" |
Subobjects[edit]
AcceptButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | False |
bRepeatClick | False |
bScaleToParent | False |
bStandardized | True |
bVisible | False |
Caption | "Accept" |
Hint | "Click once you are satisfied with all settings and wish to offer no further modifications" |
OnClick | InternalOnClick |
TabOrder | 1 |
WinHeight | 0.071145 |
WinLeft | 0.562577 |
WinTop | 0.906173 |
WinWidth | 0.191554 |
ChatEditbox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
bStandardized | True |
Caption | "Say" |
CaptionWidth | 0.15 |
OnKeyEvent | InternalOnKeyEvent |
TabOrder | 0 |
WinHeight | 0.106609 |
WinLeft | 0.007235 |
WinTop | 0.868598 |
WinWidth | 0.700243 |
ChatScrollBox[edit]
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bBoundToParent | True |
bNeverFocus | True |
bNoTeletype | True |
bScaleToParent | True |
bStripColors | False |
bVisibleWhenEmpty | True |
CharDelay | 0.0025 |
EOLDelay | 0.0 |
StyleName | "ServerBrowserGrid" |
TabOrder | 2 |
WinHeight | 0.582534 |
WinLeft | 0.043845 |
WinTop | 0.22358 |
WinWidth | 0.91897 |
CloseButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | False |
bScaleToParent | False |
bStandardized | True |
Caption | "Close" |
OnClick | InternalOnClick |
TabOrder | 1 |
WinHeight | 0.165403 |
WinLeft | 0.861895 |
WinTop | 0.849625 |
WinWidth | 0.137744 |
[edit]
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
bBoundToParent | True |
bFillClient | True |
bScaleToParent | True |
Caption | "Chat" |
LeftPadding | 0.01 |
RightPadding | 0.01 |
WinHeight | 0.82 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
SubmitButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | False |
bScaleToParent | False |
bStandardized | True |
Caption | "Submit" |
OnClick | InternalOnClick |
TabOrder | 1 |
WinHeight | 0.165403 |
WinLeft | 0.704931 |
WinTop | 0.849625 |
WinWidth | 0.160075 |
Delegates[edit]
OnAccept[edit]
OnSendChat[edit]
OnSubmit[edit]
Functions[edit]
Events[edit]
InitComponent[edit]
Overrides: GUIMultiComponent.InitComponent