Firelight Technologies FMOD Studio API
Studio::Bank::getID
Retrieves the ID of the bank.
C++ Syntax
FMOD_RESULT Studio::Bank::getID(
FMOD_GUID *id
);
C Syntax
FMOD_RESULT FMOD_Studio_Bank_GetID(
FMOD_STUDIO_BANK *bank,
FMOD_GUID *id
);
C# Syntax
RESULT Studio.Bank.getID(
out Guid id
);
JavaScript Syntax
Bank.getID(
id // writes value to id.val
);
Parameters
- id
- Address of a variable to receive the ID.
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