Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
AudioRequest Struct Reference

#include <AudioRequest.h>

Inherits MemoryPoolObject.

Public Attributes

RequestType m_request
 
union { 
 
   AudioEventRTS *   m_pendingEvent 
 
   AudioHandle   m_handleToInteractOn 
 
};  
 
Bool m_usePendingEvent
 
Bool m_requiresCheckForSample
 

Additional Inherited Members

- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 
- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 46 of file AudioRequest.h.

Member Data Documentation

◆ [union]

union { ... } AudioRequest

◆ m_handleToInteractOn

AudioHandle AudioRequest::m_handleToInteractOn

Definition at line 55 of file AudioRequest.h.

◆ m_pendingEvent

AudioEventRTS* AudioRequest::m_pendingEvent

Definition at line 54 of file AudioRequest.h.

◆ m_request

RequestType AudioRequest::m_request

Definition at line 51 of file AudioRequest.h.

◆ m_requiresCheckForSample

Bool AudioRequest::m_requiresCheckForSample

Definition at line 58 of file AudioRequest.h.

◆ m_usePendingEvent

Bool AudioRequest::m_usePendingEvent

Definition at line 57 of file AudioRequest.h.


The documentation for this struct was generated from the following file: