VSoundEffectNetEvent
Engine/source/Verve/Torque3D/VSoundEffect.h
Private Types
Parent
Public Attributes
Public Functions
pack(NetConnection * pConnection, BitStream * pStream)
process(NetConnection * pConnection)
unpack(NetConnection * pConnection, BitStream * pStream)
write(NetConnection * pConnection, BitStream * pStream)
Detailed Description
Private Types
typedef NetEvent Parent
Public Attributes
bool mIs3D
F32 mPitch
F32 mPosition
SFXProfile * mProfile
MatrixF mTransform
Public Functions
VSoundEffectNetEvent(void )
DECLARE_CONOBJECT(VSoundEffectNetEvent )
pack(NetConnection * pConnection, BitStream * pStream)
Reimplemented from: NetEvent
process(NetConnection * pConnection)
Reimplemented from: NetEvent
unpack(NetConnection * pConnection, BitStream * pStream)
Reimplemented from: NetEvent
write(NetConnection * pConnection, BitStream * pStream)
Reimplemented from: NetEvent