Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:KickInfoPage (UT2004)

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

xVoting.KickInfoPage Player Information Page.

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

Properties

b_ReturnButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'ExitButton'

DeathsText

Type: string

Modifiers: localized


Default value: "Deaths"

i_PlayerPortrait

Type: GUIImage

Modifiers: automated


Default value: GUIImage'KickImagePlayerPortrait'

IDText

Type: string

Modifiers: localized


Default value: "Player ID"

IPText

Type: string

Modifiers: localized


Default value: "IP Address"

KillsText

Type: string

Modifiers: localized


Default value: "Kills"

l_PlayerName

Type: GUILabel

Modifiers: automated


Default value: GUILabel'PlayerNameLabel'

lb_PlayerInfoBox

Type: PlayerInfoMultiColumnListBox

Modifiers: automated


Default value: PlayerInfoMultiColumnListBox'PlayerInfoBoxControl'

MultiKillsText

Type: string

Modifiers: localized


Default value: "MultiKills"

PingText

Type: string

Modifiers: localized


Default value: "Ping"

PlayerText

Type: string

Modifiers: localized


ScoreText

Type: string

Modifiers: localized


Default value: "Score"

SpreesText

Type: string

Modifiers: localized


Default value: "Sprees"

SuicidesText

Type: string

Modifiers: localized


Default value: "Suicides"

Default values

Property Value
bAcceptsInput False
bAllowedAsLast True
bRequire640x480 False
WinHeight 0.440703
WinLeft 0.188743
WinTop 0.151276
WinWidth 0.622502

Subobjects

ExitButton

Class: XInterface.GUIButton

Property Value
Caption "Close"
RenderWeight 1.0
StyleName "SquareButton"
TabOrder 2
WinHeight 0.033203
WinLeft 0.670934
WinTop 0.531692
WinWidth 0.12

KickImagePlayerPortrait

Class: XInterface.GUIImage

Property Value
Image Material'2K4Menus.Controls.buttonThick_b'
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
WinHeight 0.358525
WinLeft 0.206924
WinTop 0.193199
WinWidth 0.155814

PlayerInfoBoxControl

Class: xVoting.PlayerInfoMultiColumnListBox

Property Value
bVisible True
bVisibleWhenEmpty True
StyleName "ServerBrowserGrid"
WinHeight 0.299483
WinLeft 0.36696
WinTop 0.234286
WinWidth 0.422477

PlayerNameLabel

Class: XInterface.GUILabel

Property Value
Caption "PlayerName"
RenderWeight 0.3
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2SmallHeaderFont"
WinHeight 0.038297
WinLeft 0.365679
WinTop 0.195429
WinWidth 0.425371

Functions

Events

HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: FloatingWindow.InitComponent


Other instance functions

LoadInfo

function LoadInfo (string PlayerName)


ReturnButtonOnClick

function bool ReturnButtonOnClick (GUIComponent Sender)