I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:SavedMove (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Info >> SavedMove
Package: 
Engine
This class in other games:
U1, UT, UE2Runtime, U2XMP, UT2003, U2, UT2004, UT3, UDK

SavedMove is used during network play to buffer recent client moves, for use when the server modifies the clients actual position, etc. This is a built-in Unreal class and it shouldn't be modified.

Properties[edit]

bDuck[edit]

Type: bool


bPressedJump[edit]

Type: bool


bRun[edit]

Type: bool


bSent[edit]

Type: bool

Whether sent.

Delta[edit]

Type: float

Distance moved.

DodgeMove[edit]

Type: Actor.EDodgeDir

Dodge info.

NextMove[edit]

Type: SavedMove

Next move in linked list.

TimeStamp[edit]

Type: float

Time of this move.

Instance functions[edit]

Clear[edit]

final function Clear ()