![]() |
Plasma Engine
2.0
|
Audio request to stop an event. More...
#include <AudioSystemRequests.h>
Public Member Functions | |
PL_DECLARE_AUDIOSYSTEM_REQUEST_TYPE (plAudioSystemRequestStopEvent, m_uiTriggerId==rhs.m_uiTriggerId) | |
![]() | |
bool | operator== (const plAudioSystemRequest &rhs) const |
bool | operator!= (const plAudioSystemRequest &rhs) const |
Public Attributes | |
plAudioSystemDataID | m_uiTriggerId {0} |
The trigger which have started this event. | |
![]() | |
plAudioSystemDataID | m_uiEntityId {0} |
The audio entity which is being manipulated, if any. | |
plAudioSystemDataID | m_uiListenerId {0} |
The audio listener which is being manipulated, if any. | |
plAudioSystemDataID | m_uiObjectId {0} |
The audio object (trigger, rtpc, environment, etc.) which is being manipulated, if any. | |
plStatus | m_eStatus {PL_FAILURE} |
The status of the audio request. | |
Audio request to stop an event.