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

Method getDistanceModel

Engine/source/sfx/sfxSystem.h:397–397  ·  view source on GitHub ↗

Return the curve model currently used distance attenuation of positional sounds.

Source from the content-addressed store, hash-verified

395
396 /// Return the curve model currently used distance attenuation of positional sounds.
397 SFXDistanceModel getDistanceModel() const { return mDistanceModel; }
398
399 ///
400 void setDistanceModel( SFXDistanceModel model );

Callers 3

sfxSystem.cppFile · 0.80
_updateVolumeMethod · 0.80
_renderConeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected