Firelight Technologies FMOD Studio API
Studio::EventDescription::hasCue
Retrieves whether the event has any sustain points.
C++ Syntax
FMOD_RESULT Studio::EventDescription::hasCue(
bool *cue
);
C Syntax
FMOD_RESULT FMOD_Studio_EventDescription_HasCue(
FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
FMOD_BOOL *cue
);
C# Syntax
RESULT Studio.EventDescription.hasCue(
out bool cue
);
JavaScript Syntax
EventDescription.hasCue(
cue // writes value to cue.val
);
Parameters
- cue
- Address of a variable to receive the cue status.
Return Values
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.
See Also
Version 1.10.03 Built on Feb 1, 2018