My program doesn't have bugs. It just develops random features.

UE2:KickVotingPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
xVoting

xVoting.KickVotingPage Kick Voting page.

Written by Bruce Bickar (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

b_Info[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'InfoButton'

b_Kick[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'KickButton'

l_PlayerListTitle[edit]

Type: GUILabel

Modifiers: automated


lb_PlayerListBox[edit]

Type: KickVoteMultiColumnListBox

Modifiers: automated


Default value: KickVoteMultiColumnListBox'PlayerListBoxControl'

lmsgKickVotingDisabled[edit]

Type: string

Modifiers: localized


Default value: "Sorry, Kick Voting has been disabled by the server administrator."

sb_List[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'ListBackground'

Default values[edit]

Property Value
OnOpen InternalOnOpen;
WindowName "Kick Voting"

Subobjects[edit]

InfoButton[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent False
bScaleToParent False
bStandardized True
Caption "Info"
OnClick InfoClick
TabOrder 1
WinHeight 0.04
WinLeft 0.550634
WinTop 0.511082
WinWidth 0.160075

KickButton[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent False
bScaleToParent False
bStandardized True
Caption "Kick"
OnClick KickClick
TabOrder 1
WinHeight 0.04
WinLeft 0.715411
WinTop 0.511082
WinWidth 0.137744

ListBackground[edit]

Class: GUI2K4.AltSectionBackground

Property Value
bBoundToParent True
bFillClient True
bScaleToParent True
Caption ""
WinHeight 0.461357
WinLeft 0.023438
WinTop 0.052083
WinWidth 0.953125

PlayerListBoxControl[edit]

Class: xVoting.KickVoteMultiColumnListBox

Property Value
bVisibleWhenEmpty True
StyleName "ServerBrowserGrid"
WinHeight 0.481758
WinLeft 0.254141
WinTop 0.162239
WinWidth 0.473047

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: VotingPage.InitComponent


Other instance functions[edit]

InfoClick[edit]

function bool InfoClick (GUIComponent Sender)


InternalOnOpen[edit]

function InternalOnOpen ()


KickClick[edit]

function bool KickClick (GUIComponent Sender)


OnOkButtonClick[edit]

function OnOkButtonClick (byte bButton)


PlayerListDblClick[edit]

function bool PlayerListDblClick (GUIComponent Sender)


SendKickVote[edit]

function SendKickVote ()


UpdateKickVoteCount[edit]

function UpdateKickVoteCount (VotingHandler.KickVoteScore KVCData)