- Extends
- ExtensionObject
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.GC
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | | ClearZ ()
|
 | | CopyGC (gc copy)
|
 | | DrawActor (Actor actor, optional bool bClearZ, optional bool bConstrain, optional bool bUnlit, optional float drawScale, optional float scaleGlow, optional texture skin)
|
 | | DrawBorders (float destX, float destY, float destWidth, float destHeight, float leftMargin, float rightMargin, float topMargin, float bottomMargin, texture borders[9], optional bool bStretchHorizontally, optional bool bStretchVertically)
|
 | | DrawBox (float destX, float destY, float destWidth, float destHeight, float orgX, float orgY, float boxThickness, texture tx)
|
 | | DrawIcon (float destX, float destY, texture tx)
|
 | | DrawPattern (float destX, float destY, float destWidth, float destHeight, float orgX, float orgY, texture tx)
|
 | | DrawStretchedTexture (float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, float srcWidth, float srcHeight, texture tx)
|
 | | DrawText (float destX, float destY, float destWidth, float destHeight, coerce string textStr)
|
 | | DrawTexture (float destX, float destY, float destWidth, float destHeight, float srcX, float srcY, texture tx)
|
 | | EnableDrawing (bool bDrawEnabled)
|
 | | EnableMasking (bool bNewMasking)
|
 | | EnableModulation (bool bNewModulation)
|
 | | EnableSmoothing (bool bNewSmoothing)
|
 | | EnableSpecialText (bool bNewSpecialText)
|
 | | EnableTranslucency (bool bNewTranslucency)
|
 | | EnableTranslucentText (bool bNewTranslucency)
|
 | | EnableWordWrap (bool bNewWordWrap)
|
 | | GetAlignments (out EHAlign hAlign, out EVAlign vAlign)
|
 | float | GetFontHeight (optional bool bIncludeSpace)
|
 | | GetFonts (out font normalFont, out font boldFont)
|
 | EHAlign | GetHorizontalAlignment ()
|
 | EDrawStyle | GetStyle ()
|
 | | GetTextColor (out color textColor)
|
 | | GetTextExtent (float destWidth, out float xExtent, out float yExtent, coerce string textStr)
|
 | float | GetTextVSpacing ()
|
 | | GetTileColor (out color tileColor)
|
 | EVAlign | GetVerticalAlignment ()
|
 | | Intersect (float clipX, float clipY, float clipWidth, float clipHeight)
|
 | bool | IsDrawingEnabled ()
|
 | bool | IsMaskingEnabled ()
|
 | bool | IsModulationEnabled ()
|
 | bool | IsSmoothingEnabled ()
|
 | bool | IsSpecialTextEnabled ()
|
 | bool | IsTranslucencyEnabled ()
|
 | bool | IsTranslucentTextEnabled ()
|
 | bool | IsWordWrapEnabled ()
|
 | | PopGC (optional int gcNum)
|
 | int | PushGC ()
|
 | | SetAlignments (EHAlign newHAlign, EVAlign newVAlign)
|
 | | SetBaselineData (optional float newBaselineOffset, optional float newUnderlineHeight)
|
 | | SetBoldFont (font newBoldFont)
|
 | | SetFont (font newFont)
|
 | | SetFonts (font newNormalFont, font newBoldFont)
|
 | | SetHorizontalAlignment (EHAlign newHAlign)
|
 | | SetNormalFont (font newNormalFont)
|
 | | SetStyle (EDrawStyle newStyle)
|
 | | SetTextColor (color newTextColor)
|
 | | SetTextColorRGB (INT red, INT green, INT blue))
|
 | | SetTextVSpacing (float newVSpacing)
|
 | | SetTileColor (color newTileColor)
|
 | | SetTileColorRGB (INT red, INT green, INT blue))
|
 | | SetVerticalAlignment (EVAlign newVAlign)
|
Inherited Functions from Core.Object |
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, 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, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var private float baselineOffset;
var private bool bDrawEnabled;
var private bool bFree;
var private bool bMasked;
var private bool bModulated;
var private font boldFont;
var private bool bParseMetachars;
var private bool bSmoothed;
var private bool bTextTranslucent;
var private bool bTranslucent;
var private bool bWordWrap;
var private int gcCount;
var private int hMultiplier;
var private font normalFont;
var private int polyFlags;
var private byte style;
var private color textColor;
var private plane textPlane;
var private int textPolyFlags;
var private float textVSpacing;
var private color tileColor;
var private plane tilePlane;
var private float underlineHeight;
var private texture underlineTexture;
var private int vMultiplier;
native(1295) final function ClearZ ( )
native(
1270)
final function CopyGC (
gc copy )
native(
1288)
final function DrawActor (
Actor actor,
optional bool bClearZ,
optional bool bConstrain,
optional bool bUnlit,
optional float drawScale,
optional float scaleGlow,
optional texture skin )
native(
1289)
final function DrawBorders (
float destX,
float destY,
float destWidth,
float destHeight,
float leftMargin,
float rightMargin,
float topMargin,
float bottomMargin,
texture borders[
9],
optional bool bStretchHorizontally,
optional bool bStretchVertically )
native(
1286)
final function DrawBox (
float destX,
float destY,
float destWidth,
float destHeight,
float orgX,
float orgY,
float boxThickness,
texture tx )
native(
1283)
final function DrawIcon (
float destX,
float destY,
texture tx )
native(
1285)
final function DrawPattern (
float destX,
float destY,
float destWidth,
float destHeight,
float orgX,
float orgY,
texture tx )
native(
1287)
final function DrawStretchedTexture (
float destX,
float destY,
float destWidth,
float destHeight,
float srcX,
float srcY,
float srcWidth,
float srcHeight,
texture tx )
native(1282) final function DrawText ( float destX, float destY,
float destWidth, float destHeight,
coerce string textStr )
native(
1284)
final function DrawTexture (
float destX,
float destY,
float destWidth,
float destHeight,
float srcX,
float srcY,
texture tx )
native(1214) final function EnableDrawing ( bool bDrawEnabled )
native(1216) final function EnableMasking ( bool bNewMasking )
native(1220) final function EnableModulation ( bool bNewModulation )
native(1210) final function EnableSmoothing ( bool bNewSmoothing )
native(1260) final function EnableSpecialText ( bool bNewSpecialText )
native(1218) final function EnableTranslucency ( bool bNewTranslucency )
native(1247) final function EnableTranslucentText ( bool bNewTranslucency )
native(1258) final function EnableWordWrap ( bool bNewWordWrap )
native(
1257)
final function GetAlignments (
out EHAlign hAlign,
out EVAlign vAlign )
native(1281) final function float GetFontHeight ( optional bool bIncludeSpace )
native(1246) final function GetFonts ( out font normalFont, out font boldFont )
GetHorizontalAlignment Source code
native(
1253)
final function EHAlign GetHorizontalAlignment ( )
native(
1213)
final function EDrawStyle GetStyle ( )
native(
1241)
final function GetTextColor (
out color textColor )
native(1280) final function GetTextExtent ( float destWidth,
out float xExtent, out float yExtent,
coerce string textStr )
native(1251) final function float GetTextVSpacing ( )
native(
1231)
final function GetTileColor (
out color tileColor )
native(
1255)
final function EVAlign GetVerticalAlignment ( )
native(1200) final function Intersect ( float clipX, float clipY,
float clipWidth, float clipHeight )
native(1215) final function bool IsDrawingEnabled ( )
native(1217) final function bool IsMaskingEnabled ( )
native(1221) final function bool IsModulationEnabled ( )
native(1211) final function bool IsSmoothingEnabled ( )
native(1261) final function bool IsSpecialTextEnabled ( )
native(1219) final function bool IsTranslucencyEnabled ( )
IsTranslucentTextEnabled Source code
native(1248) final function bool IsTranslucentTextEnabled ( )
native(1259) final function bool IsWordWrapEnabled ( )
native(1272) final function PopGC ( optional int gcNum )
native(1271) final function int PushGC ( )
native(
1256)
final function SetAlignments (
EHAlign newHAlign,
EVAlign newVAlign )
native(1262) final function SetBaselineData ( optional float newBaselineOffset,
optional float newUnderlineHeight )
native(1244) final function SetBoldFont ( font newBoldFont )
native(1242) final function SetFont ( font newFont )
native(1245) final function SetFonts ( font newNormalFont, font newBoldFont )
SetHorizontalAlignment Source code
native(
1252)
final function SetHorizontalAlignment (
EHAlign newHAlign )
native(1243) final function SetNormalFont ( font newNormalFont )
native(
1212)
final function SetStyle (
EDrawStyle newStyle )
native(
1240)
final function SetTextColor (
color newTextColor )
function SetTextColorRGB ( INT red, INT green, INT blue) )
native(1250) final function SetTextVSpacing ( float newVSpacing )
native(
1230)
final function SetTileColor (
color newTileColor )
function SetTileColorRGB ( INT red, INT green, INT blue) )
native(
1254)
final function SetVerticalAlignment (
EVAlign newVAlign )
defaultproperties
{
underlineTexture=Texture'Extension.Solid'
}
|
Creation time: Mon 8/11/2021 16:31:07.515 - Created with
UnCodeX