Mostly Harmless

UE2:CoolImage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> CoolImage
Package: 
XInterface

(C) 2002, Epic Games

Properties

Property group 'CoolImage'

Image

Type: Material

The Material to Render

Internal variables

Anims

Type: array<AnimInfo>


FullAlpha

Type: int


MaxFadeTime

Type: float


MaxResetDelay

Type: float


MaxScale

Type: float


MinFadeTime

Type: float


MinResetDelay

Type: float


MinScale

Type: float


NoAnims

Type: int


Structs

AnimInfo

Modifiers: native, init

float cX 
float cY 
Current X,Y;
float Scale 
How big is the image
float FadeTime 
float Alpha 
float TargetAlpha 
How quick is the fade
float ResetDelay 
How long before it appears again
float TravelTime 

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


ResetItem

event ResetItem (int i)


Other instance functions

DoCollisionTest

function bool DoCollisionTest (int i)


GetPos

function GetPos (float Scale, out float X, out float y)


TestCollision

function bool TestCollision (int i, int j)