Botpack.GuidedWarShell
- Extends
- WarShell
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Projectile
|
+-- Botpack.WarShell
|
+-- Botpack.GuidedWarShell
Functions Summary |
| | BeginState ())) Flying |
| | ClientAdjustPosition (float TimeStamp, float NewLocX, float NewLocY, float NewLocZ, float NewVelX, float NewVelY, float NewVelZ
))
|
| | ClientUpdatePosition ()))
|
| | Destroyed ()))
|
| SavedMove | GetFreeMove ()))
|
| | MoveRocket (float DeltaTime, vector CurrentVelocity, rotator GuideRotation ))
|
| | PostRender (canvas Canvas ))
|
| | ServerMove (float TimeStamp, vector ClientLoc, int Pitch, int Yaw))
|
| | Tick (float DeltaTime))
|
| | Timer ()))
|
var bool bDestroyed;
var bool bUpdatePosition;
var float ClientBuffer;
var float CurrentTimeStamp;
var float LastUpdateTime;
var float ServerUpdate;
function BeginState ( ) )
simulated function ClientAdjustPosition ( float TimeStamp,
float NewLocX,
float NewLocY,
float NewLocZ,
float NewVelX,
float NewVelY,
float NewVelZ
) )
simulated function ClientUpdatePosition ( ) )
simulated function Destroyed ( ) )
simulated function SavedMove GetFreeMove ( ) )
simulated function MoveRocket (
float DeltaTime,
vector CurrentVelocity,
rotator GuideRotation ) )
function ServerMove (
float TimeStamp,
vector ClientLoc,
int Pitch,
int Yaw) )
simulated function Tick ( float DeltaTime) )
simulated function Timer ( ) )
defaultproperties
{
RemoteRole=ROLE_DumbProxy
NetPriority=3.000000
}
|
Creation time: Fr 7.6.2013 13:14:36.565 - Created with
UnCodeX