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

Legend.DebugInfoManager

Extends
Object
Modifiers
config ( User ) abstract

Core.Object
|   
+-- Legend.DebugInfoManager

Direct Known Subclasses:

HitActorDebugInfoManager, ScoreboardInfoManager

Constants Summary
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
boolbConsoleEcho
bytebEnabled
boolbLogfileEcho
array<string>InfoStrings
intMaxEnabled
PlayerControllerPCOwner
intXOffset
intYOffset
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAlignment, ECamOrientation, ESheerAxis

Structures Summary
Inherited Structures from Core.Object
Alignment, BoundingVolume, Box, Color, ComponentHandle, Coords, Dimension, Guid, Matrix, NotifyInfo, ParticleHandle, Plane, Point, Range, RangeVector, Rectangle, Rotator, Scale, Vector

Functions Summary
function Cleanup ()))
function ClearInfoStrings ()))
function CycleEnabled ()))
function DoDrawText (Canvas Canvas, coerce string Str ))
functionbool GetEchoToConsole ()))
functionbool GetEchoToLog ()))
functionbyte GetEnabled ()))
function Initialize (PlayerController PC ))
function PostRender (Canvas Canvas ))
function SetEchoToConsole (bool bVal ))
function SetEchoToLog (bool bVal ))
function SetEnabled (byte bVal ))
function SetInfoStrings ()
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, ?, @, @=, Ablend, AblendR, Abs, Acos, AddFlagSafe, AddTimer, AddTimerS, Asc, Asin, Atan, Atan2, BeginState, Blend, BlendR, CallFunction, CallFunctionS, CanGetProperty, CanSetProperty, Caps, Chr, Clamp, ClassIsChildOf, Constructed, Cos, Cross, DefinesFunction, DefinesFunctionS, Delete, Disable, Dot, DumpProbes, DynamicLoadObject, Enable, EndState, EnumStr, Exp, FClamp, FDecision, FileSize, FindObject, FMax, FMin, FRand, GetAxes, GetContext, GetEnum, GetLanguage, GetPropertyText, GetRand, GetStateName, GetUnAxes, GetWhiteColor, GotoLabel, GotoState, InStr, Invert, IsA, IsInState, IsProbing, Left, Len, Lerp, LineLineIntersection, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NotifyStateChange, ObjListMemStats, OrthoRotation, ProgressSeed, Quotes, Rand, RandomSpreadVector, RandRange, RemoveAllTimers, RemoveFlagSafe, RemoveTimer, RemoveTimerS, ResetConfig, ResetLoaders, Right, RMax, RMin, RotateAngleAxis, RotRand, Round, RSize, SaveConfig, SetProbing, SetPropertyText, SetPropertyTextDefault, Sin, Smerp, SMod, Split, Sqrt, Square, StaticCallFunction, StaticCallFunctionS, StaticDefinesFunction, StaticDefinesFunctionS, StaticSaveConfig, StrArray, StringToName, Tan, TimeRemaining, TimeRemainingS, TraceMessage, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bConsoleEcho Source code

var config bool bConsoleEcho;

bEnabled Source code

var protected byte bEnabled;

bLogfileEcho Source code

var config bool bLogfileEcho;

InfoStrings Source code

var protected array<string> InfoStrings;

MaxEnabled Source code

var protected int MaxEnabled;

PCOwner Source code

var PlayerController PCOwner;

XOffset Source code

var config int XOffset;

YOffset Source code

var config int YOffset;


Functions Detail

Cleanup Source code

function Cleanup ( ) )

ClearInfoStrings Source code

function ClearInfoStrings ( ) )

CycleEnabled Source code

function CycleEnabled ( ) )

DoDrawText Source code

function DoDrawText ( Canvas Canvas, coerce string Str ) )

GetEchoToConsole Source code

function bool GetEchoToConsole ( ) )

GetEchoToLog Source code

function bool GetEchoToLog ( ) )

GetEnabled Source code

function byte GetEnabled ( ) )

Initialize Source code

function Initialize ( PlayerController PC ) )

PostRender Source code

simulated function PostRender ( Canvas Canvas ) )

SetEchoToConsole Source code

function SetEchoToConsole ( bool bVal ) )

SetEchoToLog Source code

function SetEchoToLog ( bool bVal ) )

SetEnabled Source code

function SetEnabled ( byte bVal ) )

SetInfoStrings Source code

function SetInfoStrings ( )


Defaultproperties

defaultproperties
{
	XOffset=4
	YOffset=136
	MaxEnabled=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:28.613 - Created with UnCodeX