Studio::EventDescription::getUserData

FMOD Studio API

Firelight Technologies FMOD Studio API

Studio::EventDescription::getUserData

Retrieves the user data that is set on the event.

C++ Syntax

FMOD_RESULT Studio::EventDescription::getUserData(
  void **userData
);

C Syntax

FMOD_RESULT FMOD_Studio_EventDescription_GetUserData(
  FMOD_STUDIO_EVENTDESCRIPTION *eventdescription,
  void **userData
);

C# Syntax

RESULT Studio.EventDescription.getUserData(
  out IntPtr userdata
);

JavaScript Syntax

EventDescription.getUserData(
  userdata                         // writes value to userdata.val
);

Parameters

userData
Address of a variable to receive the user data.

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




Version 1.10.03 Built on Feb 1, 2018