Torque3D Documentation / _generateds / afxPlayerMovementData

afxPlayerMovementData

Engine/source/afx/ce/afxPlayerMovement.h

More...

Public Types

enum
OpType {
  OP_ADD = 0
  OP_MULTIPLY 
  OP_REPLACE 
  OP_BITS = 2
}

Private Types

Parent 

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

Public Static Functions

initPersistFields()