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

Jailbreak.JBDispositionGroupJail

Extends
JBDispositionGroup

Core.Object
|   
+-- Jailbreak.JBDispositionGroup
   |   
   +-- Jailbreak.JBDispositionGroupJail

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

Variables Summary
floatFadeCounter
stringFontCounter
FontFontObjectCounter
TFormationFormation[6]
vectorLocationCounter
vectorLocationFormation
floatScaleCounter
stringTextCounter
Inherited Variables from Jailbreak.JBDispositionGroup
DispositionTeam, GameReplicationInfo, ListDispositionPlayer, nPlayersRequired, Scale
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[7], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, ECamOrientation, EDetailMode, EDrawPivot, ESheerAxis

Structures Summary
TFormation
Location[6], Scale
Inherited Structures from Core.Object
BoundingVolume, Box, Color, CompressedPosition, Coords, FloatBox, Guid, IntBox, InterpCurve, InterpCurvePoint, Matrix, Plane, Quat, Range, RangeVector, Rotator, Scale, TMultiMap, Vector

Functions Summary
functionbool BelongsToGroup (JBTagPlayer TagPlayer))
function Draw (Canvas Canvas))
function Initialize (JBDispositionTeam DispositionTeamOwner))
function Move (float TimeDelta))
function Setup ()))
Inherited Functions from Jailbreak.JBDispositionGroup
AddIconToEnd, AddIconToStart, BelongsToGroup, Draw, Initialize, IsIconRequired, IsIconSurplus, Move, Recount, RemoveIconFromEnd, RemoveIconFromStart, Setup
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, AllObjects, Asc, Asin, Atan, BeginState, Caps, Ceil, Chr, Clamp, ClassIsChildOf, ClearConfig, ClockwiseFrom, Cos, Created, Cross, Disable, Divide, Dot, DynamicLoadObject, EatStr, Enable, EndState, Eval, Exp, FClamp, FindObject, FMax, FMin, FRand, GetAxes, GetEnum, GetItemName, GetPerObjectNames, GetPropertyText, GetReferencers, GetStateName, GetUnAxes, GotoState, InStr, InterpCurveEval, InterpCurveGetInputDomain, InterpCurveGetOutputRange, Invert, IsA, IsInState, IsOnConsole, IsSoaking, Left, Len, Lerp, Localize, Locs, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, PlatformIs64Bit, PlatformIsMacOS, PlatformIsUnix, PlatformIsWindows, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, Repl, ReplaceText, ResetConfig, Right, RotRand, Round, SaveConfig, SetPropertyText, Sin, Smerp, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, StopWatch, StrCmp, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

FadeCounter Source code

var private float FadeCounter;

FontCounter Source code

var string FontCounter;

FontObjectCounter Source code

var private Font FontObjectCounter;

Formation[6] Source code

var TFormation Formation[6];

LocationCounter Source code

var vector LocationCounter;

LocationFormation Source code

var vector LocationFormation;

ScaleCounter Source code

var float ScaleCounter;

TextCounter Source code

var private string TextCounter;


Structures Detail

TFormation Source code

struct TFormation
{
var vector Location[6];
var float Scale;
};



Functions Detail

BelongsToGroup Source code

function bool BelongsToGroup ( JBTagPlayer TagPlayer) )

Draw Source code

function Draw ( Canvas Canvas) )

Initialize Source code

function Initialize ( JBDispositionTeam DispositionTeamOwner) )

Move Source code

function Move ( float TimeDelta) )

Setup Source code

function Setup ( ) )


Defaultproperties

defaultproperties
{
  FontCounter = "UT2003Fonts.FontEurostile37";
  ScaleCounter = 0.7;
  LocationCounter = (X=0.006,Y=0.011);


  LocationFormation = (X=0.056,Y=0.043);
  Formation[0] = (Scale=1.0,Location[0]=(X=+0.000,Y=+0.000,Z=1));
  Formation[1] = (Scale=1.0,Location[0]=(X=+0.008,Y=+0.000,Z=1),Location[1]=(X=-0.008,Y=+0.000,Z=1));
  Formation[2] = (Scale=0.9,Location[0]=(X=+0.010,Y=+0.008,Z=1),Location[1]=(X=-0.010,Y=+0.008,Z=1),Location[2]=(X=+0.000,Y=-0.012,Z=1));
  Formation[3] = (Scale=0.9,Location[0]=(X=+0.012,Y=+0.000,Z=1),Location[1]=(X=-0.012,Y=+0.000,Z=1),Location[2]=(X=+0.000,Y=-0.014,Z=1),Location[3]=(X=+0.000,Y=+0.014,Z=1));
  Formation[4] = (Scale=0.9,Location[0]=(X=+0.012,Y=-0.010,Z=1),Location[1]=(X=-0.012,Y=-0.010,Z=1),Location[2]=(X=+0.000,Y=-0.014,Z=1),Location[3]=(X=+0.006,Y=+0.014,Z=1),Location[4]=(X=-0.006,Y=+0.014,Z=1));
  Formation[5] = (Scale=0.9,Location[0]=(X=+0.007,Y=+0.014,Z=0),Location[1]=(X=-0.013,Y=+0.001,Z=1),Location[2]=(X=-0.002,Y=-0.016,Z=1),Location[3]=(X=+0.007,Y=+0.014,Z=0),Location[4]=(X=+0.007,Y=+0.014,Z=0),Location[5]=(X=+0.007,Y=+0.014,Z=0));


  AddIconForFadein     = AddIconToEnd;
  AddIconForChange     = AddIconToEnd;
  RemoveIconForChange  = RemoveIconFromEnd;
  RemoveIconForFadeout = RemoveIconFromEnd;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:10.451 - Created with UnCodeX