Firelight Technologies FMOD Studio API
Studio::EventInstance::getParameterCount
Retrieves the number of parameters in the event instance.
C++ Syntax
FMOD_RESULT Studio::EventInstance::getParameterCount(
int *count
);
C Syntax
FMOD_RESULT FMOD_Studio_EventInstance_GetParameterCount(
FMOD_STUDIO_EVENTINSTANCE *eventinstance,
int *count
);
C# Syntax
RESULT Studio.EventInstance.getParameterCount(
out int count
);
JavaScript Syntax
EventInstance.getParameterCount(
count // writes value to count.val
);
Parameters
- count
- Address of a variable to receive the parameter count.
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
- Studio::EventInstance::getParameterByIndex
- Studio::EventInstance::setParameterByIndex
Version 1.10.03 Built on Feb 1, 2018