mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Add all entities to ImGuiEntitySupport
This commit is contained in:
@@ -42,6 +42,7 @@ class CScriptSound : public CActor {
|
||||
static float GetOccludedVolumeAmount(const zeus::CVector3f& pos, const CStateManager& mgr);
|
||||
|
||||
public:
|
||||
DEFINE_ENTITY
|
||||
CScriptSound(TUniqueId uid, std::string_view name, const CEntityInfo& info, const zeus::CTransform& xf, u16 soundId,
|
||||
bool active, float maxDist, float distComp, float startDelay, u32 minVol, u32 vol, u32 w3, u32 prio,
|
||||
u32 pan, u32 w6, bool looped, bool nonEmitter, bool autoStart, bool occlusionTest, bool acoustics,
|
||||
|
||||
Reference in New Issue
Block a user