1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 10:36:42 +00:00

[Server] Turn SetRecordVolume() into an accessible script function

This commit is contained in:
David Cernat 2020-12-21 19:42:18 +02:00
parent db32f7f9f8
commit f2331904ba

View file

@ -99,6 +99,7 @@
{"SetRecordAIServices", RecordsDynamicFunctions::SetRecordAIServices},\ {"SetRecordAIServices", RecordsDynamicFunctions::SetRecordAIServices},\
\ \
{"SetRecordSound", RecordsDynamicFunctions::SetRecordSound},\ {"SetRecordSound", RecordsDynamicFunctions::SetRecordSound},\
{"SetRecordVolume", RecordsDynamicFunctions::SetRecordVolume},\
{"SetRecordMinRange", RecordsDynamicFunctions::SetRecordMinRange},\ {"SetRecordMinRange", RecordsDynamicFunctions::SetRecordMinRange},\
{"SetRecordMaxRange", RecordsDynamicFunctions::SetRecordMaxRange},\ {"SetRecordMaxRange", RecordsDynamicFunctions::SetRecordMaxRange},\
{"SetRecordOpenSound", RecordsDynamicFunctions::SetRecordOpenSound},\ {"SetRecordOpenSound", RecordsDynamicFunctions::SetRecordOpenSound},\