Studio::EventDescription::getID

FMOD Studio API

Firelight Technologies FMOD Studio API

Studio::EventDescription::getID

Retrieves the ID of the event.

C++ Syntax

FMOD_RESULT Studio::EventDescription::getID(
  FMOD_GUID *id
);

C Syntax

FMOD_RESULT FMOD_Studio_EventDescription_GetID(
  FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
  FMOD_GUID *id
);

C# Syntax

RESULT Studio.EventDescription.getID(
  out Guid id
);

JavaScript Syntax

EventDescription.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