class AmbientSourceObject
Defined in:
The C4Sources.h
AmbientSourceObject
class encapsulates data pertaining to an ambient sound source.
Definition
class AmbientSourceObject final : public SourceObject
Constructor
AmbientSourceObject(const char *sound);
Parameters
sound |
The name of the sound resource associated with the source. |
Description
Base Classes
SourceObject |
An AmbientSourceObject is a specific type of source object.
|
See Also