- Found in:
- Vanilla
Description
Wiki Description
Set a volume modifier on any sounds in the given sound category.
Documentation Comment
Set a volume modifier [0.0 - 1.0] for any sounds in this category
Caveats
Parameters
floatafVolume
Examples
; Increase the volume of the special quest sounds while setting the ambient dungeon volumes to the inverse.
MySpecialQuestSoundsCategory.SetVolume(fspecialQuestSoundsVolume)
AmbientDungeonCategory.SetVolume(1.0 - fspecialQuestSoundsVolume)Auto-Generated Example
float myFloat__afVolume
mySoundCategory__toCallFunctionOn.SetVolume(myFloat__afVolume)