class OmniSourceObject
Defined in:
The C4Sources.h
OmniSourceObject
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 OmniSourceObject is a specific type of source object.
|
See Also