mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 12:05:23 +00:00
All CActor implemented (non-matching)
Former-commit-id: b421b27929b43dd8e5f8959c9ed022f5c2d2699c
This commit is contained in:
@@ -82,13 +82,14 @@ public:
|
||||
static const ushort kInternalInvalidSfxId; // 0xFFFF
|
||||
static const int kAllAreas; // 0xFFFFFFFF
|
||||
static CSfxHandle AddEmitter(const ushort id, const CVector3f& pos, const CVector3f& dir,
|
||||
const bool useAcoustics, const bool looped, const short prio = kMedPriority,
|
||||
const int areaId = kAllAreas);
|
||||
static CSfxHandle AddEmitter(const ushort id, const CVector3f& pos, const CVector3f& dir, uchar vol,
|
||||
const bool useAcoustics, const bool looped, const short prio = kMedPriority,
|
||||
const int areaId = kAllAreas);
|
||||
const bool useAcoustics, const bool looped,
|
||||
const short prio = kMedPriority, const int areaId = kAllAreas);
|
||||
static CSfxHandle AddEmitter(const ushort id, const CVector3f& pos, const CVector3f& dir,
|
||||
uchar vol, const bool useAcoustics, const bool looped,
|
||||
const short prio = kMedPriority, const int areaId = kAllAreas);
|
||||
static CSfxHandle AddEmitter(CAudioSys::C3DEmitterParmData& parmData, bool useAcoustics,
|
||||
short prio, bool looped, int areaId = kAllAreas);
|
||||
const short prio = kMedPriority, const bool looped = false,
|
||||
int areaId = kAllAreas);
|
||||
|
||||
static void AddListener(ESfxChannels channel, const CVector3f& pos, const CVector3f& dir,
|
||||
const CVector3f& vec1, const CVector3f& vec2, float f1, float f2,
|
||||
|
||||
Reference in New Issue
Block a user