Always snap to grid

UE2:UT2K4Movies (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:DefItem (UT2004))
Jump to: navigation, search

Contents

Package: 
GUI2K4


[edit] Properties

[edit] 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"

[edit] i_MapPreview

Type: GUIImage

Modifiers: automated


Default value: GUIImage'iMapPreview'

[edit] l_MapAuthor

Type: GUILabel

Modifiers: automated


Default value: GUILabel'MapAuthorLabel'

[edit] l_NoPreview

Type: GUILabel

Modifiers: automated


Default value: GUILabel'lNoPreview'

[edit] lb_MapDesc

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'lbMapDesc'

[edit] lb_Maps

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'lbMaps'

[edit] Maps

Type: array<CacheManager.MapRecord>


[edit] sb_Maps

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbMaps'

[edit] sb_Preview

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'sbPreview'

[edit] sb_Scroll

Type: AltSectionBackground

Modifiers: automated


Default value: AltSectionBackground'sbScroll'

[edit] Default values

Property Value
Tag 4

[edit] Subobjects

[edit] 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

[edit] 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

[edit] 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

[edit] 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

[edit] 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

[edit] sbMaps

Class: XInterface.GUISectionBackground

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

[edit] sbPreview

Class: XInterface.GUISectionBackground

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

[edit] sbScroll

Class: GUI2K4.AltSectionBackground

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

[edit] Structs

[edit] DefItem

string MapName 
string Title 
string Author 

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: ModsAndDemosTabs.InitComponent


[edit] Other instance functions

[edit] DefaultMovie

function bool DefaultMovie (string Mov)


[edit] GetMovieInfo

function string GetMovieInfo (string Index, string prop)


[edit] MapListChange

function MapListChange (GUIComponent Sender)


[edit] MovieClick

function bool MovieClick (GUIComponent Sender)


[edit] UpdateScreenshot

function UpdateScreenshot (string ScreenShotRef)