There is no spoon

UE2:CoolImage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:AnimInfo (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> CoolImage
Package: 
XInterface

(C) 2002, Epic Games

Properties[edit]

Property group 'CoolImage'[edit]

Image[edit]

Type: Material

The Material to Render

Internal variables[edit]

Anims[edit]

Type: array<AnimInfo>


FullAlpha[edit]

Type: int


MaxFadeTime[edit]

Type: float


MaxResetDelay[edit]

Type: float


MaxScale[edit]

Type: float


MinFadeTime[edit]

Type: float


MinResetDelay[edit]

Type: float


MinScale[edit]

Type: float


NoAnims[edit]

Type: int


Structs[edit]

AnimInfo[edit]

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

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIComponent.InitComponent


ResetItem[edit]

event ResetItem (int i)


Other instance functions[edit]

DoCollisionTest[edit]

function bool DoCollisionTest (int i)


GetPos[edit]

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


TestCollision[edit]

function bool TestCollision (int i, int j)