MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setVolume

Method setVolume

Engine/source/sfx/sfxSource.h:527–527  ·  view source on GitHub ↗

Sets the source volume which will still be scaled by the master and group volumes. @note Note that if you set an explicit volume on a source

Source from the content-addressed store, hash-verified

525 ///
526 /// @note Note that if you set an explicit volume on a source
527 void setVolume( F32 volume ) { _setVolume( volume ); mFlags.set( CustomVolumeFlag ); }
528
529 ///
530 F32 getModulativeVolume() const { return mModulativeVolume; }

Callers 11

ea_updateMethod · 0.45
ea_updateMethod · 0.45
_allocVoiceMethod · 0.45
_updateVolumeMethod · 0.45
~SFXFadeModifierMethod · 0.45
_onUpdateMethod · 0.45
_onEndMethod · 0.45
sfxSource.cppFile · 0.45
_updateMethod · 0.45
advanceTimeMethod · 0.45
updateSquealSoundMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected