class OmniSourceObject
Defined in:  
The C4Sources.hOmniSourceObject class encapsulates data pertaining to an omnidirectional sound source.
Definition
class OmniSourceObject : public SourceObject
Member Functions
| OmniSourceObject::GetSourceRange | Returns the source range. | 
| OmniSourceObject::SetSourceRange | Sets the source range. | 
Constructor
OmniSourceObject(const char *sound, float range);
Parameters
| sound | The name of the sound resource associated with the source. | 
| range | The range of the sound source. | 
Description
Base Classes
| SourceObject | An OmniSourceObjectis a specific type of source object. | 
See Also
