CryEngine.AudioRequestInfo

CryEngine.AudioRequestInfo

Handles the data of an audio request. More...

Inherits IDisposable.

Public Member Functions

AudioRequestInfo (uint eRequestResult, uint audioSystemEvent, uint CtrlId, AudioObject audioObject)
Constructor for an AudioRequestInfo object. More...
void Dispose ()
Disposes of this AudioRequestInfo. More...

Properties

RequestResult RequestResult [get]
Returns the result of the request. More...
SystemEvents FlagsType [get]
Returns the eventmask of events this request is listening to. More...
SystemEvents SystemEvents [get]
Returns the eventmask of events this request is listening to. More...
uint ControlId [get]
The ID of the control. More...

Detailed Description

Handles the data of an audio request.

Constructor & Destructor Documentation

◆ AudioRequestInfo()

CryEngine.AudioRequestInfo.AudioRequestInfo ( uint eRequestResult,
uint audioSystemEvent,
uint CtrlId,
AudioObject audioObject
)
inline

Constructor for an AudioRequestInfo object.

Parameters
eRequestResult
audioSystemEvent
CtrlId
audioObject

Member Function Documentation

◆ Dispose()

void CryEngine.AudioRequestInfo.Dispose ( )
inline

Disposes of this AudioRequestInfo.

Property Documentation

◆ ControlId

uint CryEngine.AudioRequestInfo.ControlId
get

The ID of the control.

◆ FlagsType

SystemEvents CryEngine.AudioRequestInfo.FlagsType
get

Returns the eventmask of events this request is listening to.

◆ RequestResult

RequestResult CryEngine.AudioRequestInfo.RequestResult
get

Returns the result of the request.

◆ SystemEvents

SystemEvents CryEngine.AudioRequestInfo.SystemEvents
get

Returns the eventmask of events this request is listening to.