Always snap to grid

UE2:UT2K4SP_CGBRUnTrade (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4SP_CGBRUnTrade
Package: 
GUI2K4
Direct subclass:
UT2K4SP_CGBRTrade

Single Player Challenge Bloodrite Trade page Message that you lost a player, no interaction, just a notice

Written by Michiel Hendriks (c) 2003, 2004, Epic Games, Inc. All Rights Reserved

Properties[edit]

btnOk[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'SPMbtnOk'

ETI[edit]

Type: class<UT2K4TeamRoster>

class reference to the team this challenge was about

imgPicture[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'SPCimgPicture'

imgPictureBg[edit]

Type: GUIImage

Modifiers: automated


Default value: GUIImage'SPCimgPictureBg'

lblTitle[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'SPClblTitle'

Message[edit]

Type: string

Modifiers: localized

the message

Default value: "Because you lost the challenge against %enemyteam% you have to give up your team mate %player%.|%player% now belongs to the %enemyteam%"

sbMessage[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'SPCsbDetails'

TargetPlayerName[edit]

Type: string

The player this challenge was all about

Default values[edit]

Property Value
DefaultHeight 0.5
DefaultTop 0.25
WinHeight 0.5
WinTop 0.25

Subobjects[edit]

SPCimgPicture[edit]

Class: XInterface.GUIImage

Property Value
bBoundToParent True
ImageStyle ISTY_Scaled
RenderWeight 0.15
WinHeight 0.3125
WinLeft 0.060972
WinTop 0.172531
WinWidth 0.116667

SPCimgPictureBg[edit]

Class: XInterface.GUIImage

Property Value
bBoundToParent True
Image Material'2K4Menus.Controls.sectionback'
ImageStyle ISTY_Scaled
RenderWeight 0.1
WinHeight 0.32625
WinLeft 0.057222
WinTop 0.157531
WinWidth 0.121667

SPClblTitle[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
Caption "Bloodrites"
FontScale FNS_Large
RenderWeight 0.2
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.04625
WinLeft 0.024063
WinTop 0.067846
WinWidth 0.56875

SPCsbDetails[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNoTeletype True
RenderWeight 0.2
StyleName "NoBackground"
TabOrder 1
WinHeight 0.318611
WinLeft 0.316875
WinTop 0.166488
WinWidth 0.377082

SPMbtnOk[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "OK"
FontScale FNS_Small
OnClick onOkClick
RenderWeight 0.5
TabOrder 1
WinHeight 0.050694
WinLeft 0.31007
WinTop 0.821064
WinWidth 0.222222

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters

Param1 = enemy team class name Param2 = player name

Other instance functions[edit]

onOkClick[edit]

function bool onOkClick (GUIComponent Sender)


SetDescription[edit]

function SetDescription ()