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

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

b_Info

Type: GUIButton

Modifiers: automated


Default value: GUIButton'InfoButton'

b_Kick

Type: GUIButton

Modifiers: automated


Default value: GUIButton'KickButton'

l_PlayerListTitle

Type: GUILabel

Modifiers: automated


lb_PlayerListBox

Type: KickVoteMultiColumnListBox

Modifiers: automated


Default value: KickVoteMultiColumnListBox'PlayerListBoxControl'

lmsgKickVotingDisabled

Type: string

Modifiers: localized


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

sb_List

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'ListBackground'

Default values

Property Value
OnOpen InternalOnOpen;
WindowName "Kick Voting"

Subobjects

InfoButton

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

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

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

Class: xVoting.KickVoteMultiColumnListBox

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

Functions

Events

InitComponent

event InitComponent (GUIController InController, GUIComponent InOwner)

Overrides: VotingPage.InitComponent


Other instance functions

InfoClick

function bool InfoClick (GUIComponent Sender)


InternalOnOpen

function InternalOnOpen ()


KickClick

function bool KickClick (GUIComponent Sender)


OnOkButtonClick

function OnOkButtonClick (byte bButton)


PlayerListDblClick

function bool PlayerListDblClick (GUIComponent Sender)


SendKickVote

function SendKickVote ()


UpdateKickVoteCount

function UpdateKickVoteCount (VotingHandler.KickVoteScore KVCData)