Firelight Technologies FMOD Studio API
Studio::VCA::getID
Retrieves the ID of the VCA.
C++ Syntax
FMOD_RESULT Studio::VCA::getID(
FMOD_GUID *id
);
C Syntax
FMOD_RESULT FMOD_Studio_VCA_GetID(
FMOD_STUDIO_VCA *vca,
FMOD_GUID *id
);
C# Syntax
RESULT Studio.VCA.getID(
out Guid id
);
JavaScript Syntax
VCA.getID(
id // writes value to id.val
);
Parameters
- id
- Address of a variable to receive the 128-bit GUID.
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.
Version 1.10.03 Built on Feb 1, 2018