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

UE2:GUI (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:APackInfo (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI

Contents

Package: 
XInterface
Direct subclasses:
GUIComponent, GUIFont, GUIStyles, GUIUserKeyBinding, GUIUserModInfo
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUI

GUI is an abstract class that holds all of the enums and structs for the UI system

Written by Joe Wilcox Updated by Ron Prestenback (c) 2002, Epic Games, Inc. All Rights Reserved

[edit] Constants

[edit] Counter

Value: 0


[edit] QBTN_Ok

Value: 1


[edit] QBTN_Cancel

Value: 2


[edit] QBTN_Retry

Value: 4


[edit] QBTN_Continue

Value: 8


[edit] QBTN_Yes

Value: 16


[edit] QBTN_No

Value: 32


[edit] QBTN_Abort

Value: 64


[edit] QBTN_Ignore

Value: 128


[edit] QBTN_OkCancel

Value: 3


[edit] QBTN_AbortRetry

Value: 68


[edit] QBTN_YesNo

Value: 48


[edit] QBTN_YesNoCancel

Value: 50


[edit] Properties

[edit] Controller

Type: GUIController

Modifiers: noexport

Callback to the GUIController running the show

[edit] SaveColor

Type: Object.Color

Modifiers: noexport


[edit] SaveFont

Type: Font

Modifiers: noexport


[edit] SaveModulation

Type: Object.Plane

Modifiers: noexport


[edit] SaveStyle

Type: byte

Modifiers: noexport


[edit] SaveX

Type: float

Modifiers: noexport


[edit] SaveY

Type: float

Modifiers: noexport


[edit] Enums

See GUI enums.

[edit] Structs

[edit] APackInfo

string PackageName 
string Description 

[edit] AutoLoginInfo

string IP 
string Port 
string Username 
string Password 
bool bAutologin 

[edit] GUIListElem

Modifiers: native, init

string Item 
Object ExtraData 
string ExtraStrData 
bool bSection 

[edit] GUITabItem

string ClassName 
string Caption 
string Hint 

[edit] GUITreeNode

Modifiers: native, init

string Caption 
string Value 
string ParentCaption 
string ExtraInfo 
int Level 
bool bEnabled 

[edit] ImageListElem

Modifiers: native, init

int Item 
Material Image 
int Locked 

[edit] MultiSelectListElem

Modifiers: native, init

string Item 
Object ExtraData 
string ExtraStrData 
bool bSelected 
int SelectionIndex 
Used for tracking
bool bSection 

[edit] Functions

[edit] Static functions

[edit] IsDigit

static function bool IsDigit (string Test, optional bool bAllowDecimal)


[edit] JoinArray

static final function string JoinArray (array<stringStringArray, optional string delim, optional bool bIgnoreBlanks)


[edit] Native functions

[edit] GetModList

native function GetModList (out array<stringModDirs, out array<stringModTitles)


[edit] GetModLogo

native function Material GetModLogo (string ModDir)


[edit] GetModValue

native function string GetModValue (string ModDir, string ModKey)


[edit] Profile

native function Profile (string ProfileName)