C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class AmbientSourceObject

Defined in:  C4Sources.h
The AmbientSourceObject class encapsulates data pertaining to an ambient sound source.
Definition

class AmbientSourceObject : 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 SourceObject.
See Also

AmbientSource