mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 23:06:43 +00:00
[Server] Turn SetRecordVolume() into an accessible script function
This commit is contained in:
parent
db32f7f9f8
commit
f2331904ba
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
{"SetRecordAIServices", RecordsDynamicFunctions::SetRecordAIServices},\
|
||||
\
|
||||
{"SetRecordSound", RecordsDynamicFunctions::SetRecordSound},\
|
||||
{"SetRecordVolume", RecordsDynamicFunctions::SetRecordVolume},\
|
||||
{"SetRecordMinRange", RecordsDynamicFunctions::SetRecordMinRange},\
|
||||
{"SetRecordMaxRange", RecordsDynamicFunctions::SetRecordMaxRange},\
|
||||
{"SetRecordOpenSound", RecordsDynamicFunctions::SetRecordOpenSound},\
|
||||
|
|
Loading…
Reference in a new issue