MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setRolloffFactor

Method setRolloffFactor

Engine/source/sfx/sfxSystem.cpp:1041–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039//-----------------------------------------------------------------------------
1040
1041void SFXSystem::setRolloffFactor( F32 factor )
1042{
1043 const bool changed = ( factor != mRolloffFactor );
1044
1045 mRolloffFactor = factor;
1046 if( mDevice && changed )
1047 mDevice->setRolloffFactor( factor );
1048}
1049
1050//-----------------------------------------------------------------------------
1051

Callers 4

_allocVoiceMethod · 0.45
createDeviceMethod · 0.45
sfxSystem.cppFile · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected