afxPlayerMovementData
Engine/source/afx/ce/afxPlayerMovement.h
Public Types
enum
OpType { OP_ADD = 0 OP_MULTIPLY OP_REPLACE OP_BITS = 2 }
Private Types
Parent
Public Attributes
Public Functions
afxPlayerMovementData(const afxPlayerMovementData & , bool )
bool
DECLARE_CATEGORY("AFX" )
bool
bool
onAdd()
Called when the object is added to the sim.
unpackData(BitStream * )
Public Static Functions
Detailed Description
Public Types
OpType
Enumerator
- OP_ADD = 0
- OP_MULTIPLY
- OP_REPLACE
- OP_BITS = 2
Private Types
typedef GameBaseData Parent
Public Attributes
Point3F movement
U32 movement_op
F32 speed_bias
Public Functions
afxPlayerMovementData()
afxPlayerMovementData(const afxPlayerMovementData & , bool )
allowSubstitutions()
Reimplemented from: SimObject
DECLARE_CATEGORY("AFX" )
DECLARE_CONOBJECT(afxPlayerMovementData )
hasMovementOverride()
onAdd()
Reimplemented from: SimObject
packData(BitStream * )
Reimplemented from: SimDataBlock
unpackData(BitStream * )
Reimplemented from: SimDataBlock