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

U2.ScoreboardInfoManager

Extends
DebugInfoManager
Modifiers
config ( User )

Core.Object
|   
+-- Legend.DebugInfoManager
   |   
   +-- U2.ScoreboardInfoManager

Constants Summary
EnemyFieldLen=20
GoalFieldLen=20
HealthFieldLen=4
MaxCountedPawns=32
MaxDisplayedPawns=32
MetaStateFieldLen=4
NameFieldLen=20
OrdersFieldLen=10
OrdersObjectFieldLen=20
PowerSuitFieldLen=7
StateFieldLen=24
WeaponFieldLen=2
Inherited Contants from Core.Object
DegreesToRadians, DegreesToRotationUnits, MaxFlt, MaxInt, MAXSEED, NoLabel, NoState, Pi, RadiansToDegrees, RF_NotifyStateChange, RotationUnitsToDegrees

Variables Summary
PlayerReplicationInfoPRIArray[MaxCountedPawns]
ESBTypeSBType
stringStaticHeaderStr
Inherited Variables from Legend.DebugInfoManager
bConsoleEcho, bEnabled, bLogfileEcho, InfoStrings, MaxEnabled, PCOwner, XOffset, YOffset
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
ESBType
SB_None, SB_Client, SB_ServerMP, SB_ServerSP,
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 AppendHeader (coerce string Str ))
function Cleanup ()))
function SetClientInfoStrings ()))
function SetEnabled (byte bVal ))
function SetInfoStrings ()))
function SetPawnInfo (float BestScore, PlayerReplicationInfo PRI, optional Controller C ))
function SetServerInfoStringsMP ()))
function SetServerInfoStringsSP ()))
function SetStaticHeaderStr ()))
functionbool TeamGame ()))
function UpdatePRIArrayTimer ()))
Inherited Functions from Legend.DebugInfoManager
Cleanup, ClearInfoStrings, CycleEnabled, DoDrawText, GetEchoToConsole, GetEchoToLog, GetEnabled, Initialize, PostRender, SetEchoToConsole, SetEchoToLog, SetEnabled, 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, ^, ^^, |, ||, ~, ~=


Constants Detail

EnemyFieldLen Source code

const EnemyFieldLen = 20;

GoalFieldLen Source code

const GoalFieldLen = 20;

HealthFieldLen Source code

const HealthFieldLen = 4;

MaxCountedPawns Source code

const MaxCountedPawns = 32;

MaxDisplayedPawns Source code

const MaxDisplayedPawns = 32;

MetaStateFieldLen Source code

const MetaStateFieldLen = 4;

NameFieldLen Source code

const NameFieldLen = 20;

OrdersFieldLen Source code

const OrdersFieldLen = 10;

OrdersObjectFieldLen Source code

const OrdersObjectFieldLen = 20;

PowerSuitFieldLen Source code

const PowerSuitFieldLen = 7;

StateFieldLen Source code

const StateFieldLen = 24;

WeaponFieldLen Source code

const WeaponFieldLen = 2;


Variables Detail

PRIArray[MaxCountedPawns] Source code

var PlayerReplicationInfo PRIArray[MaxCountedPawns];

SBType Source code

var ESBType SBType;

StaticHeaderStr Source code

var string StaticHeaderStr;


Enumerations Detail

ESBType Source code

enum ESBType
{
SB_None, SB_Client, SB_ServerMP, SB_ServerSP,
};


Functions Detail

AppendHeader Source code

function AppendHeader ( coerce string Str ) )

Cleanup Source code

function Cleanup ( ) )

SetClientInfoStrings Source code

function SetClientInfoStrings ( ) )

SetEnabled Source code

function SetEnabled ( byte bVal ) )

SetInfoStrings Source code

function SetInfoStrings ( ) )

SetPawnInfo Source code

function SetPawnInfo ( float BestScore, PlayerReplicationInfo PRI, optional Controller C ) )

SetServerInfoStringsMP Source code

function SetServerInfoStringsMP ( ) )

SetServerInfoStringsSP Source code

function SetServerInfoStringsSP ( ) )

SetStaticHeaderStr Source code

function SetStaticHeaderStr ( ) )

TeamGame Source code

function bool TeamGame ( ) )

UpdatePRIArrayTimer Source code

function UpdatePRIArrayTimer ( ) )


Defaultproperties

defaultproperties
{
	YOffset=-20
	MaxEnabled=2
}

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