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

Engine.TimeDemoPlugin

Extends
ConsolePlugIn
Modifiers
native

Core.Object
|   
+-- Engine.ConsolePlugIn
   |   
   +-- Engine.TimeDemoPlugin

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

Variables Summary
stringAvgText
boolbRestartTimeDemo
boolbSaveTimeDemoToFile
boolbStartTimeDemo
boolbTimeDemo
floatExtraTime
stringfpsText
intFrameCount
stringFrameRateText
stringFramesText
floatLastFrameTime
floatLastSecFPS
intLastSecondFrameCount
floatLastSecondStartTime
stringLastSecText
floatMaxFPS
stringMaxText
floatMinFPS
stringMinText
stringSecondsText
floatStartTime
FontTimeDemoFont
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
event PostRender (canvas C ))
function PrintTimeDemoResult ()))
function SaveTimeDemo (string S)
function StartTimeDemo ()))
function StopTimeDemo ()))
function TimeDemo (bool bEnabled, optional bool bSaveToFile))
function TimeDemoCalc ()))
function TimeDemoRender (Canvas C ))
Inherited Functions from Engine.ConsolePlugIn
PostRender
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

AvgText Source code

var localized string AvgText;

bRestartTimeDemo Source code

var bool bRestartTimeDemo;

bSaveTimeDemoToFile Source code

var bool bSaveTimeDemoToFile;

bStartTimeDemo Source code

var bool bStartTimeDemo;

bTimeDemo Source code

var bool bTimeDemo;

ExtraTime Source code

var float ExtraTime;

fpsText Source code

var localized string fpsText;

FrameCount Source code

var int FrameCount;

FrameRateText Source code

var localized string FrameRateText;

FramesText Source code

var localized string FramesText;

LastFrameTime Source code

var float LastFrameTime;

LastSecFPS Source code

var float LastSecFPS;

LastSecondFrameCount Source code

var int LastSecondFrameCount;

LastSecondStartTime Source code

var float LastSecondStartTime;

LastSecText Source code

var localized string LastSecText;

MaxFPS Source code

var float MaxFPS;

MaxText Source code

var localized string MaxText;

MinFPS Source code

var float MinFPS;

MinText Source code

var localized string MinText;

SecondsText Source code

var localized string SecondsText;

StartTime Source code

var float StartTime;

TimeDemoFont Source code

var Font TimeDemoFont;


Functions Detail

PostRender Source code

event PostRender ( canvas C ) )

PrintTimeDemoResult Source code

function PrintTimeDemoResult ( ) )

SaveTimeDemo Source code

native function SaveTimeDemo ( string S )

StartTimeDemo Source code

function StartTimeDemo ( ) )

StopTimeDemo Source code

function StopTimeDemo ( ) )

TimeDemo Source code

exec function TimeDemo ( bool bEnabled, optional bool bSaveToFile) )

TimeDemoCalc Source code

function TimeDemoCalc ( ) )

TimeDemoRender Source code

function TimeDemoRender ( Canvas C ) )


Defaultproperties

defaultproperties
{
	TimeDemoFont=Font'Engine.SmallFont'
	FrameRateText="Frame Rate"
	AvgText="Avg"
	LastSecText="Last Sec"
	MinText="Min"
	MaxText="Max"
	fpsText="fps"
	SecondsText="seconds."
	FramesText="frames rendered in"
}

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