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

Method setModulativePitch

Engine/source/sfx/sfxSource.cpp:1054–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052//-----------------------------------------------------------------------------
1053
1054void SFXSource::setModulativePitch( F32 value )
1055{
1056 mModulativePitch = mClampF( value, 0.001f, 2.0f );
1057 _updatePitch();
1058}
1059
1060//-----------------------------------------------------------------------------
1061

Callers 2

_execInsnMethod · 0.80
_updatePitchMethod · 0.80

Calls 1

mClampFFunction · 0.85

Tested by

no test coverage detected