Firelight Technologies FMOD Studio API
Retrieves the event's 3D status, indicating whether the event's behaviour will be affected by its 3D attributes.
FMOD_RESULT Studio::EventDescription::is3D(
bool *is3D
);
FMOD_RESULT FMOD_Studio_EventDescription_Is3D(
FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
FMOD_BOOL *is3D
);
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.
An event is considered 3D if it contains a 3D panner or an automatic parameter that depends on the event's 3D attributes:
An event will also return that it is 3D if it has any nested events that are 3D.
A Listener Orientation automatic parameter does not make an event 3D, as it only depends on the listener's 3D attributes.
Version 1.03.06 Built on Apr 17, 2014