Mostly Harmless

UE2:KickVoteMultiColumnListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIMultiColumnListBox >> KickVoteMultiColumnListBox
Package: 
xVoting

Class: xVoting.KickVoteMultiColumnListBox

Multi-Column list box used to display Players.

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

Properties[edit]

KickInfoPage[edit]

Type: string


Default value: "xVoting.KickInfoPage"

Default values[edit]

Property Value
ContextMenu GUIContextMenu'RCMenu'
DefaultListClass "xVoting.KickVoteMultiColumnList"
OnRightClick InternalOnRightClick

Subobjects[edit]

RCMenu[edit]

Class: XInterface.GUIContextMenu

Property Value
ContextItems[0] "Vote to Kick this Player"
ContextItems[1] "View Player Details"
ContextItems[2] "[Admin] Kick from Server"
ContextItems[3] "[Admin] Ban from Server"
OnSelect InternalOnClick
StyleName "ServerListContextMenu"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiColumnListBox.InitComponent


Other instance functions[edit]

InternalOnClick[edit]

function InternalOnClick (GUIContextMenu Sender, int Index)


InternalOnRightClick[edit]

function bool InternalOnRightClick (GUIComponent Sender)