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

USARBotAPI.DeadReckoning

Extends
Object
Modifiers
config ( USARBotAPI )

Core.Object
|   
+-- USARBotAPI.DeadReckoning

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
boolbAutoTurn
boolbLFilter
boolbLocked
boolbNewBase
boolbRFilter
boolbRunning
DRMovementcache
DRMovementcurrent
floatdeltatime
intMaxErr
InfoldInf
Pawnowner
intPreK
DRMovementstart
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
DRMovement
DR_T, DR_P, DR_V, DR_A, DR_RP, DR_RV, DR_RA
Inf
RotationRate, bRotateToDesired, bRollToDesired, NetPriority
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
function Begin ()
functionbool Correct (float time)
function CurL (float t)
function CurR (float t)
functionvector FGetL ()
functionrotator FGetR ()
function GetL ()
function GetR ()
function init (Pawn act)
functionbool isLocked ()
functionbool isNewBase ()
functionbool IsRunning ()
function Locked ()
function NewBase (bool b)
functionvector PreLP (float t)
functionrotator PreRP (float t)
functionbool Recover ()
function Restore (Pawn owner)
function Save (Pawn owner)
functionbool setCache ()
function SetDT (float dt)
function SetL (vector p, vector v, vector a)
function SetLA (vector a)
function SetLP (vector p)
function SetLV (vector v)
function SetR (rotator p, rotator v, rotator a)
function SetRA (rotator a)
function SetRP (rotator p)
function SetRV (rotator v)
function SetT (float time)
functionbool Step (float dt)
function Stop ()
function UnLocked ()
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

bAutoTurn Source code

var bool bAutoTurn;

bLFilter Source code

var bool bLFilter;

bLocked Source code

var bool bLocked;

bNewBase Source code

var bool bNewBase;

bRFilter Source code

var bool bRFilter;

bRunning Source code

var bool bRunning;

cache Source code

var DRMovement cache;

current Source code

var DRMovement current;

deltatime Source code

var float deltatime;

MaxErr Source code

var config int MaxErr;

oldInf Source code

var Inf oldInf;

owner Source code

var Pawn owner;

PreK Source code

var config int PreK;

start Source code

var DRMovement start;


Structures Detail

DRMovement Source code

struct DRMovement
{
var vector DR_A;
var vector DR_P;
var rotator DR_RA;
var rotator DR_RP;
var rotator DR_RV;
var float DR_T;
var vector DR_V;
};


Inf Source code

struct Inf
{
var bool bRollToDesired;
var bool bRotateToDesired;
var float NetPriority;
var rotator RotationRate;
};



Functions Detail

Begin Source code

function Begin ( )

Correct Source code

function bool Correct ( float time )

CurL Source code

function CurL ( float t )

CurR Source code

function CurR ( float t )

FGetL Source code

function vector FGetL ( )

FGetR Source code

function rotator FGetR ( )

GetL Source code

function GetL ( )

GetR Source code

function GetR ( )

init Source code

function init ( Pawn act )

isLocked Source code

function bool isLocked ( )

isNewBase Source code

function bool isNewBase ( )

IsRunning Source code

function bool IsRunning ( )

Locked Source code

function Locked ( )

NewBase Source code

function NewBase ( bool b )

PreLP Source code

function vector PreLP ( float t )

PreRP Source code

function rotator PreRP ( float t )

Recover Source code

function bool Recover ( )

Restore Source code

function Restore ( Pawn owner )

Save Source code

function Save ( Pawn owner )

setCache Source code

function bool setCache ( )

SetDT Source code

function SetDT ( float dt )

SetL Source code

function SetL ( vector p, vector v, vector a )

SetLA Source code

function SetLA ( vector a )

SetLP Source code

function SetLP ( vector p )

SetLV Source code

function SetLV ( vector v )

SetR Source code

function SetR ( rotator p, rotator v, rotator a )

SetRA Source code

function SetRA ( rotator a )

SetRP Source code

function SetRP ( rotator p )

SetRV Source code

function SetRV ( rotator v )

SetT Source code

function SetT ( float time )

Step Source code

function bool Step ( float dt )

Stop Source code

function Stop ( )

UnLocked Source code

function UnLocked ( )


Defaultproperties

defaultproperties
{
     PreK=15
     MaxErr=20
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:18.093 - Created with UnCodeX