I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:MapVoteFooter (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Property group 'MapVoteFooter'

idxLastChatMsg

Type: int

Modifiers: noexport


LastMsgTime

Type: float

Modifiers: noexport


RecallIdx

Type: int

Modifiers: noexport


RecallQueue

Type: array<string>

Modifiers: noexport


Internal variables

b_Accept

Type: GUIButton

Modifiers: automated


Default value: GUIButton'AcceptButton'

b_Close

Type: GUIButton

Modifiers: automated


Default value: GUIButton'CloseButton'

b_Submit

Type: GUIButton

Modifiers: automated


Default value: GUIButton'SubmitButton'

ed_Chat

Type: moEditBox

Modifiers: automated


Default value: moEditBox'ChatEditbox'

lb_Chat

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'ChatScrollBox'

sb_Background

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'MapvoteFooterBackground'

Default values

Property Value
bNeverFocus False
StyleName "BindBox"

Subobjects

AcceptButton

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

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

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

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

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

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

OnAccept

delegate OnAccept ()


OnSendChat

delegate bool OnSendChat (string Text)


OnSubmit

delegate OnSubmit ()


Functions

Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: GUIMultiComponent.InitComponent


Other instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

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


MyOnDraw

function bool MyOnDraw (Canvas C)


ReceiveChat

function ReceiveChat (string Msg)