Firelight Technologies FMOD Studio API
Studio::CommandReplay::release
Releases the command replay.
C++ Syntax
FMOD_RESULT Studio::CommandReplay::release();
C Syntax
FMOD_RESULT FMOD_Studio_CommandReplay_Release(FMOD_STUDIO_COMMANDREPLAY *commandreplay);
C# Syntax
RESULT Studio.CommandReplay.release();
JavaScript Syntax
CommandReplay.release();
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.
Remarks
This will free all resources associated with the command replay.
Version 1.10.03 Built on Feb 1, 2018