UE2:TeamSymbolConfig (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
GUI2K4

Created on: 09/15/2003 Configure the avatars for each team's banner

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

b_AddBlue

Type: GUIHorzScrollButton

Modifiers: automated


Default value: GUIHorzScrollButton'bAddBlue'

b_AddRed

Type: GUIHorzScrollButton

Modifiers: automated


Default value: GUIHorzScrollButton'bAddRed'

i_BluePreview

Type: GUIImage

Modifiers: automated


Default value: GUIImage'BluePreview'

i_RedPreview

Type: GUIImage

Modifiers: automated


Default value: GUIImage'RedPreview'

InitialBlue

Type: Material


InitialRed

Type: Material


lb_Symbols

Type: GUIVertImageListBox

Modifiers: automated


Default value: GUIVertImageListBox'SymbList'

li_Sym

Type: GUIVertImageList


RedString

Type: string

Modifiers: localized


Default value: "Red Team"

ResetString

Type: string

Modifiers: localized


Default value: "Reset"

sb_Bk2

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'back2'

sb_Bk3

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'back3'

Default values

Property Value
WindowName "Configure Team Symbols"
WinHeight 0.802344
WinLeft 0.055664
WinTop 0.091927
WinWidth 0.885742

Subobjects

back2

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
Caption "Blue Team"
WinHeight 0.313203
WinLeft 0.651078
WinTop 0.472192
WinWidth 0.264769

back3

Class: GUI2K4.AltSectionBackground

Property Value
bFillClient True
Caption "Available Team Symbols"
LeftPadding 0.0
RightPadding 0.0
WinHeight 0.698945
WinLeft 0.03096
WinTop 0.050317
WinWidth 0.494261

bAddBlue

Class: XInterface.GUIHorzScrollButton

Property Value
bIncreaseButton True
OnClick butClick
StyleName "AltComboButton""
WinHeight 0.04375
WinLeft 0.615039
WinTop 0.634896
WinWidth 0.033984

bAddRed

Class: XInterface.GUIHorzScrollButton

Property Value
bIncreaseButton True
OnClick butClick
OnPreDraw AddOnPredraw
StyleName "AltComboButton""
WinHeight 0.04375
WinLeft 0.619922
WinTop 0.2
WinWidth 0.033984

BluePreview

Class: XInterface.GUIImage

Property Value
bAcceptsInput True
bBoundToParent True
bDropTarget True
bScaleToParent True
DropShadow Material'2K4Menus.Controls.shadow'
DropShadowX 0
DropShadowY -1
ImageColor
Member Value
A 255
B 245
G 0
R 0
ImageRenderStyle IMGA_Alpha
ImageStyle ISTY_Scaled
OnDragDrop DragDropped
WinHeight 0.400195
WinLeft 0.653149
WinTop 0.152873
WinWidth 0.240119

RedPreview

Class: XInterface.GUIImage

Property Value
bAcceptsInput True
bBoundToParent True
bDropTarget True
bScaleToParent True
DropShadow Material'2K4Menus.Controls.shadow'
DropShadowX 0
DropShadowY -1
ImageColor
Member Value
A 255
B 0
G 0
R 245
ImageRenderStyle IMGA_Alpha
ImageStyle ISTY_Scaled
OnDragDrop DragDropped
WinHeight 0.407497
WinLeft 0.105502
WinTop 0.148005
WinWidth 0.240119

SymbList

Class: XInterface.GUIVertImageListBox

Property Value
CellStyle CELL_FixedCount
NoVisibleCols 5
NoVisibleRows 5
WinHeight 0.313203
WinLeft 0.651078
WinTop 0.472192
WinWidth 0.264769

Functions

Events

HandleParameters

event HandleParameters (string RedSymbol, string BlueSymbol)

Overrides: GUIPage.HandleParameters


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: LockedFloatingWindow.InitComponent


Other instance functions

AddOnPredraw

function bool AddOnPredraw (Canvas C)


butClick

function bool butClick (GUIComponent Sender)


DragDropped

function bool DragDropped (GUIComponent Sender)


EndSymbolDrag

function EndSymbolDrag (GUIComponent Accepting, bool bAccepted)


ResetClick

function bool ResetClick (GUIComponent Sender)


SetBlueImage

function bool SetBlueImage (Material Mat)


SetRedImage

function bool SetRedImage (Material Mat)