I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MapVoteFooter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder >> GUIFooter >> MapVoteFooter
Package: 
xVoting

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]

Property group 'MapVoteFooter'[edit]

idxLastChatMsg[edit]

Type: int

Modifiers: noexport


LastMsgTime[edit]

Type: float

Modifiers: noexport


RecallIdx[edit]

Type: int

Modifiers: noexport


RecallQueue[edit]

Type: array<string>

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

MapvoteFooterBackground[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]

delegate OnAccept ()


OnSendChat[edit]

delegate bool OnSendChat (string Text)


OnSubmit[edit]

delegate OnSubmit ()


Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIMultiComponent.InitComponent


Other instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


MyOnDraw[edit]

function bool MyOnDraw (Canvas C)


ReceiveChat[edit]

function ReceiveChat (string Msg)