My program doesn't have bugs. It just develops random features.
UE2:KickVotingPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> VotingPage >> KickVotingPage |
Contents
- 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. |
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]
Overrides: VotingPage.InitComponent