Firelight Technologies FMOD Studio API
Retrieves the minimum distance for 3D attenuation of the event.
FMOD_RESULT Studio::EventDescription::getMinimumDistance(
float *distance
);
FMOD_RESULT FMOD_Studio_EventDescription_GetMinimumDistance(
FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
float *distance
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
This is the smallest Min Distance value out of all of the event's 3D Panners, or zero if there are no 3D Panners.
Version 1.03.06 Built on Apr 17, 2014