Studio::EventInstance::getListenerMask

FMOD Studio API

Firelight Technologies FMOD Studio API

Studio::EventInstance::getListenerMask

Get the mask of what listeners apply to this event instance.

C++ Syntax

FMOD_RESULT Studio::EventInstance::getListenerMask(
  unsigned int *mask
);

C Syntax

FMOD_RESULT FMOD_Studio_EventInstance_GetListenerMask(
  FMOD_STUDIO_EVENTINSTANCE *eventinstance,
  unsigned int *mask
);

C# Syntax

RESULT Studio.EventInstance.getListenerMask(
  out uint mask
);

JavaScript Syntax

EventInstance.getListenerMask(
  mask                             // writes value to mask.val
);

Parameters

mask
Address of a variable to receive the mask.

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