| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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 | |
|---|---|
| bool | bAutoTurn |
| bool | bLFilter |
| bool | bLocked |
| bool | bNewBase |
| bool | bRFilter |
| bool | bRunning |
| DRMovement | cache |
| DRMovement | current |
| float | deltatime |
| int | MaxErr |
| Inf | oldInf |
| Pawn | owner |
| int | PreK |
| DRMovement | start |
| 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 | ||
|---|---|---|
![]() | Begin () | |
![]() | bool | Correct (float time) |
![]() | CurL (float t) | |
![]() | CurR (float t) | |
![]() | vector | FGetL () |
![]() | rotator | FGetR () |
![]() | GetL () | |
![]() | GetR () | |
![]() | init (Pawn act) | |
![]() | bool | isLocked () |
![]() | bool | isNewBase () |
![]() | bool | IsRunning () |
![]() | Locked () | |
![]() | NewBase (bool b) | |
![]() | vector | PreLP (float t) |
![]() | rotator | PreRP (float t) |
![]() | bool | Recover () |
![]() | Restore (Pawn owner) | |
![]() | Save (Pawn owner) | |
![]() | bool | setCache () |
![]() | SetDT (float dt) | |
![]() | SetL (vector p, vector v, vector a) | |
![]() | SetLA (vector a) | |
![]() | SetLP (vector p) | |
![]() | SetLV (vector v) | |
![]() | SetR (rotator p, rotator v, rotator a) | |
![]() | SetRA (rotator a) | |
![]() | SetRP (rotator p) | |
![]() | SetRV (rotator v) | |
![]() | SetT (float time) | |
![]() | bool | Step (float dt) |
![]() | Stop () | |
![]() | UnLocked () | |
| Variables Detail |
|---|
| Structures Detail |
|---|
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;
var bool bRollToDesired;};
var bool bRotateToDesired;
var float NetPriority;
var rotator RotationRate;
| Functions Detail |
|---|
Begin Source code
Correct Source code
CurL Source code
CurR Source code
FGetL Source code
FGetR Source code
GetL Source code
GetR Source code
init Source code
isLocked Source code
isNewBase Source code
IsRunning Source code
Locked Source code
NewBase Source code
PreLP Source code
PreRP Source code
Recover Source code
Restore Source code
Save Source code
setCache Source code
SetDT Source code
SetL Source code
SetLA Source code
SetLP Source code
SetLV Source code
SetR Source code
SetRA Source code
SetRP Source code
SetRV Source code
SetT Source code
Step Source code
Stop Source code
UnLocked Source code| Defaultproperties |
|---|
defaultproperties { PreK=15 MaxErr=20 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||