Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.ScriptedTexture

Extends
Texture
Modifiers
safereplace native noexport

Core.Object
|   
+-- Engine.Bitmap
   |   
   +-- Engine.Texture
      |   
      +-- Engine.ScriptedTexture

Variables Summary
intJunk1
intJunk2
intJunk3
floatLocalTime
ActorNotifyActor
ScriptedTexture
TextureSourceTexture
Inherited Variables from Engine.Texture
Accumulator, Alpha, AnimCurrent, AnimNext, bAutoUPan, bAutoVPan, bBigWavy, bCloudWavy, bDirtyShadows, bEnvironment, bFakeBackdrop, bGouraud, bHighColorQuality, bHighLedge, bHighShadowDetail, bHighTextureQuality, bInvisible, bLowShadowDetail, bMasked, bMirrored, bModulate, bNoMerge, bNoSmooth, bNotSolid, bParametric, bPortal, bRealtime, bRealtimeChanged, bSemisolid, bSmallWavy, bSpecialLit, bTransparent, bTwoSided, BumpMap, bUnlit, bWaterWavy, bX2, bX3, bX4, bX5, bX6, bX7, DecompFormat, DecompMips, DetailTexture, Diffuse, DrawScale, FootstepSound, Friction, HitSound, LODSet, MacroTexture, MaxFrameRate, MinFrameRate, MipMult, Mips, PrimeCount, PrimeCurrent, Specular
Inherited Variables from Engine.Bitmap
Format, InternalTime[2], MaxColor, MipZero, Palette, UBits, UClamp, USize, VBits, VClamp, VSize

Enumerations Summary
Inherited Enumerations from Engine.Texture
ELODSet
Inherited Enumerations from Engine.Bitmap
ETextureFormat

Functions Summary
function DrawColoredText (float X, float Y, string Text, Font Font, color FontColor)
function DrawText (float X, float Y, string Text, Font Font)
function DrawTile (float X, float Y, float XL, float YL, float U, float V, float UL, float VL, Texture Tex, bool bMasked)
function ReplaceTexture (Texture Tex)


Variables Detail

Junk1 Source code

var transient const int Junk1;

Junk2 Source code

var transient const int Junk2;

Junk3 Source code

var transient const int Junk3;

LocalTime Source code

var transient const float LocalTime;

NotifyActor Source code

var Actor NotifyActor;

ScriptedTexture

SourceTexture Source code

var(ScriptedTexture) Texture SourceTexture;


Functions Detail

DrawColoredText Source code

native(474) final function DrawColoredText ( float X, float Y, string Text, Font Font, color FontColor )

DrawText Source code

native(472) final function DrawText ( float X, float Y, string Text, Font Font )

DrawTile Source code

native(473) final function DrawTile ( float X, float Y, float XL, float YL, float U, float V, float UL, float VL, Texture Tex, bool bMasked )

ReplaceTexture Source code

native(475) final function ReplaceTexture ( Texture Tex )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:27.125 - Created with UnCodeX