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

Engine.Canvas

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- Engine.Canvas

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
boolbCenter
fontBigFont
boolbNoSmooth
floatClipX
floatClipY
floatCurX
floatCurY
floatCurYL
colorDrawColor
fontFont
intFramePtr
fontLargeFont
fontMedFont
floatOrgX
floatOrgY
intRenderPtr
intSizeX
intSizeY
fontSmallFont
floatSpaceX
floatSpaceY
byteStyle
viewportViewport
floatZ
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
function DrawActor (Actor A, bool WireFrame, optional bool ClearZ)
function DrawClippedActor (Actor A, bool WireFrame, int X, int Y, int XB, int YB, optional bool ClearZ)
function DrawIcon (texture Tex, float Scale ))
function DrawPattern (texture Tex, float XL, float YL, float Scale ))
function DrawPortal (int X, int Y, int Width, int Height, actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ)
function DrawRect (texture Tex, float RectX, float RectY ))
function DrawText (coerce string Text, optional bool CR)
function DrawTextClipped (coerce string Text, optional bool bCheckHotKey)
function DrawTile (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
function DrawTileClipped (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
event Reset ()))
function SetClip (float X, float Y ))
function SetOrigin (float X, float Y ))
function SetPos (float X, float Y ))
function StrLen (coerce string String, out float XL, out float YL)
function TextSize (coerce string String, out float XL, out float YL)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bCenter Source code

var bool bCenter;

BigFont Source code

var font BigFont;

bNoSmooth Source code

var bool bNoSmooth;

ClipX Source code

var float ClipX;

ClipY Source code

var float ClipY;

CurX Source code

var float CurX;

CurY Source code

var float CurY;

CurYL Source code

var float CurYL;

DrawColor Source code

var color DrawColor;

Font Source code

var font Font;

FramePtr Source code

var const int FramePtr;

LargeFont Source code

var font LargeFont;

MedFont Source code

var font MedFont;

OrgX Source code

var float OrgX;

OrgY Source code

var float OrgY;

RenderPtr Source code

var const int RenderPtr;

SizeX Source code

var const int SizeX;

SizeY Source code

var const int SizeY;

SmallFont Source code

var font SmallFont;

SpaceX Source code

var float SpaceX;

SpaceY Source code

var float SpaceY;

Style Source code

var byte Style;

Viewport Source code

var const viewport Viewport;

Z Source code

var float Z;


Functions Detail

DrawActor Source code

native(467) final function DrawActor ( Actor A, bool WireFrame, optional bool ClearZ )

DrawClippedActor Source code

native(471) final function DrawClippedActor ( Actor A, bool WireFrame, int X, int Y, int XB, int YB, optional bool ClearZ )

DrawIcon Source code

final function DrawIcon ( texture Tex, float Scale ) )

DrawPattern Source code

final function DrawPattern ( texture Tex, float XL, float YL, float Scale ) )

DrawPortal Source code

native(480) final function DrawPortal ( int X, int Y, int Width, int Height, actor CamActor, vector CamLocation, rotator CamRotation, optional int FOV, optional bool ClearZ )

DrawRect Source code

final function DrawRect ( texture Tex, float RectX, float RectY ) )

DrawText Source code

native(465) final function DrawText ( coerce string Text, optional bool CR )

DrawTextClipped Source code

native(469) final function DrawTextClipped ( coerce string Text, optional bool bCheckHotKey )

DrawTile Source code

native(466) final function DrawTile ( texture Tex, float XL, float YL, float U, float V, float UL, float VL )

DrawTileClipped Source code

native(468) final function DrawTileClipped ( texture Tex, float XL, float YL, float U, float V, float UL, float VL )

Reset Source code

event Reset ( ) )

SetClip Source code

final function SetClip ( float X, float Y ) )

SetOrigin Source code

final function SetOrigin ( float X, float Y ) )

SetPos Source code

final function SetPos ( float X, float Y ) )

StrLen Source code

native(464) final function StrLen ( coerce string String, out float XL, out float YL )

TextSize Source code

native(470) final function TextSize ( coerce string String, out float XL, out float YL )


Defaultproperties

defaultproperties
{
     Z=1.000000
     Style=1
     DrawColor=(R=127,G=127,B=127)
     SmallFont=Font'Engine.SmallFont'
     MedFont=Font'Engine.MedFont'
     BigFont=Font'Engine.BigFont'
     LargeFont=Font'Engine.LargeFont'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:14:30.310 - Created with UnCodeX