I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2K4Movies (UT2004)

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


Properties

DefaultItems

Type: array<DefItem>


Default value, index 0:

Member Value
Author "Epic Games"
MapName "MOV-UT2004-Intro"
Title "UT2004 Single Player Introduction Movie"

Default value, index 1:

Member Value
Author "Epic Games"
MapName "MOV-UT2-Intro"
Title "UT2003 Single Player Introduction Movie"

Default value, index 2:

Member Value
Author "Epic Games"
MapName "TUT-BR"
Title "Bombing Run Tutorial"

Default value, index 3:

Member Value
Author "Epic Games"
MapName "TUT-CTF"
Title "Capture the Flag Tutorial"

Default value, index 4:

Member Value
Author "Epic Games"
MapName "TUT-DM"
Title "Deathmatch Tutorial"

Default value, index 5:

Member Value
Author "Epic Games"
MapName "TUT-DOM"
Title "Double Domination Tutorial"

Default value, index 6:

Member Value
Author "Epic Games"
MapName "TUT-ONS"
Title "Onslaught Tutorial"

i_MapPreview

Type: GUIImage

Modifiers: automated


Default value: GUIImage'iMapPreview'

l_MapAuthor

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapAuthorLabel'

l_NoPreview

Type: GUILabel

Modifiers: automated


Default value: GUILabel'lNoPreview'

lb_MapDesc

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'lbMapDesc'

lb_Maps

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'lbMaps'

Maps

Type: array<CacheManager.MapRecord>


sb_Maps

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbMaps'

sb_Preview

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbPreview'

sb_Scroll

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'sbScroll'

Default values

Property Value
Tag 4

Subobjects

iMapPreview

Class: XInterface.GUIImage

Property Value
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
RenderWeight 0.2
WinHeight 0.35748
WinLeft 0.562668
WinTop 0.107691
WinWidth 0.372002

lbMapDesc

Class: XInterface.GUIScrollTextBox

Property Value
bNeverFocus True
bTabStop False
CharDelay 0.0025
EOLDelay 0.5
StyleName "NoBackground"
WinHeight 0.26841
WinLeft 0.561065
WinTop 0.628421
WinWidth 0.379993

lbMaps

Class: XInterface.GUIListBox

Property Value
bBoundToParent False
bScaleToParent False
bVisibleWhenEmpty True
Hint "Click a movie to see a preview and description. Double-click to view it."
StyleName "NoBackground"
TabOrder 0
WinHeight 0.44987
WinLeft 0.045671
WinTop 0.169272
WinWidth 0.422481

lNoPreview

Class: XInterface.GUILabel

Property Value
bMultiLine True
bTransparent False
Caption "No Preview Available"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 255
R 247
TextFont "UT2HeaderFont"
VertAlign TXTA_Center
WinHeight 0.35748
WinLeft 0.562668
WinTop 0.107691
WinWidth 0.372002

MapAuthorLabel

Class: XInterface.GUILabel

Property Value
Caption ""
RenderWeight 0.3
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.032552
WinLeft 0.538209
WinTop 0.467658
WinWidth 0.42618

sbMaps

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
Caption "Movie Selection"
WinHeight 0.523611
WinLeft 0.016993
WinTop 0.018125
WinWidth 0.482149

sbPreview

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
Caption "Preview"
WinHeight 0.527876
WinLeft 0.515743
WinTop 0.018125
WinWidth 0.470899

sbScroll

Class: GUI2K4.AltSectionBackground

Property Value
bFillClient True
Caption "Movie Description"
WinHeight 0.42187
WinLeft 0.01997
WinTop 0.561207
WinWidth 0.967924

Structs

DefItem

string MapName 
string Title 
string Author 

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: ModsAndDemosTabs.InitComponent


Other instance functions

DefaultMovie

function bool DefaultMovie (string Mov)


GetMovieInfo

function string GetMovieInfo (string Index, string prop)


MapListChange

function MapListChange (GUIComponent Sender)


MovieClick

function bool MovieClick (GUIComponent Sender)


UpdateScreenshot

function UpdateScreenshot (string ScreenShotRef)