diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-06 18:24:21 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-04-06 18:24:21 +0300 |
commit | 455db074b0bd286031f075f251abe7caa5a2c76e (patch) | |
tree | 50f31d0ff18fffda21c933e679fe47c6305f267f /indra/llprimitive/llmaterialtable.h | |
parent | e355f47d28dab442df494ffcb8f53165bd54033b (diff) |
SL-14960 Add checkbox to turn off collision sound.
Diffstat (limited to 'indra/llprimitive/llmaterialtable.h')
-rw-r--r-- | indra/llprimitive/llmaterialtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llprimitive/llmaterialtable.h b/indra/llprimitive/llmaterialtable.h index a17e0103ff..0cf5e626ef 100644 --- a/indra/llprimitive/llmaterialtable.h +++ b/indra/llprimitive/llmaterialtable.h @@ -128,6 +128,8 @@ public: F32 getDamageMod(U8 mcode); F32 getEPMod(U8 mcode); + bool isCollisionSound(const LLUUID &uuid); + LLUUID getCollisionSoundUUID(U8 mcode, U8 mcode2); LLUUID getSlidingSoundUUID(U8 mcode, U8 mcode2); LLUUID getRollingSoundUUID(U8 mcode, U8 mcode2); |