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
boolbDrawFrame
pointerLocalSourceBitmap
floatLocalTime
pointerPaletteMap
ScriptedTexture
boolbClearScreen
boolbConstantRender
boolbUse32BitFormat
byteDrawOpacity
byteDrawStyle
ActorNotifyActor
TextureSourceTexture
Inherited Variables from Engine.Texture
Accumulator, Alpha, AnimCurrent, AnimNext, bAlphaBlend, bAutoUPan, bAutoVPan, bBigWavy, bDirtyShadows, bEnvironment, bFakeBackdrop, bGouraud, bHasComp, 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[6], Friction, HitSound, LODSet, MacroTexture, MaxFrameRate, MinFrameRate, MipMult, Mips, PaletteTransform, PrimeCount, PrimeCurrent, Specular, SurfaceType, UClampMode, VClampMode
Inherited Variables from Engine.Bitmap
Format, InternalTime[2], MaxColor, MipZero, Palette, UBits, UClamp, USize, VBits, VClamp, VSize

Enumerations Summary
ETexCompressType
COMP_None, COMP_P8, COMP_Mono,
Inherited Enumerations from Engine.Texture
ELODSet, ESurfaceTypes, EUClampMode, EVClampMode
Inherited Enumerations from Engine.Bitmap
ETextureFormat

Functions Summary
function CaptureScreenshot (Viewport V)
function ClearImage ()
function DrawColoredText (float X, float Y, string Text, Font Font, color FontColor, optional int NewLineX, optional int ClipX)
function DrawText (float X, float Y, string Text, Font Font, optional int NewLineX, optional int ClipX)
function DrawTile (float X, float Y, float XL, float YL, float U, float V, float UL, float VL, Texture Tex, bool bMasked, optional color DrawColor)
function GetDataString (out array<byte> Data, ETexCompressType Compress)
function InitImage (int X, int Y)
event Main ()))
function ReplaceTexture (Texture Tex)
function SetDataString (out array<byte> Data, ETexCompressType Compress)
function TextSize (string Text, out float XL, out float YL, Font Font)


Variables Detail

bDrawFrame Source code

var transient bool bDrawFrame;

LocalSourceBitmap Source code

var transient pointer LocalSourceBitmap;

LocalTime Source code

var transient const float LocalTime;

PaletteMap Source code

var transient pointer PaletteMap;

ScriptedTexture

bClearScreen Source code

var(ScriptedTexture) bool bClearScreen;

bConstantRender Source code

var(ScriptedTexture) bool bConstantRender;

bUse32BitFormat Source code

var(ScriptedTexture) bool bUse32BitFormat;

DrawOpacity Source code

var(ScriptedTexture) byte DrawOpacity;

DrawStyle Source code

var(ScriptedTexture) byte DrawStyle;

NotifyActor Source code

var(ScriptedTexture) Actor NotifyActor;

SourceTexture Source code

var(ScriptedTexture) Texture SourceTexture;


Enumerations Detail

ETexCompressType Source code

enum ETexCompressType
{
COMP_None, COMP_P8, COMP_Mono,
};


Functions Detail

CaptureScreenshot Source code

native(592) final function CaptureScreenshot ( Viewport V )

ClearImage Source code

native(588) final function ClearImage ( )

DrawColoredText Source code

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

DrawText Source code

native(472) final function DrawText ( float X, float Y, string Text, Font Font, optional int NewLineX, optional int ClipX )

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, optional color DrawColor )

GetDataString Source code

native(590) final function GetDataString ( out array<byte> Data, ETexCompressType Compress )

InitImage Source code

native(589) final function InitImage ( int X, int Y )

Main Source code

event Main ( ) )

ReplaceTexture Source code

native(475) final function ReplaceTexture ( Texture Tex )

SetDataString Source code

native(591) final function SetDataString ( out array<byte> Data, ETexCompressType Compress )

TextSize Source code

static native(476) final function TextSize ( string Text, out float XL, out float YL, Font Font )


Defaultproperties

defaultproperties
{
				bConstantRender=True
				bClearScreen=True
				DrawStyle=1
				DrawOpacity=255
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:12.272 - Created with UnCodeX