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

UE2:ScriptedTexture (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Material >> RenderedMaterial >> BitmapMaterial >> Texture >> ScriptedTexture
Package: 
Engine
This class in other games:
RTNP, U1, UT, U2, UE2Runtime, UT2003, UT2004, UT3, UDK

ScriptedTexture: A scriptable Unreal texture This is a built-in Unreal class and it shouldn't be modified.

Properties

Property group 'ScriptedTexture'

SourceTexture

Type: Texture


Internal variables

Junk1

Type: int

Modifiers: transient, const

C++ stuff

Junk2

Type: int

Modifiers: transient, const

C++ stuff

Junk3

Type: int

Modifiers: transient, const

C++ stuff

LocalTime

Type: float

Modifiers: transient, const

C++ stuff

NotifyActor

Type: Actor


Native functions

DrawColoredText

native(474) final function DrawColoredText (float X, float Y, string Text, Font Font, Object.Color FontColor)


DrawText

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


DrawTile

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

native(475) final function ReplaceTexture (Texture Tex)


TextSize

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