C4 Engine
C4 Engine API Documentation

class AmbientSourceObject

Defined in:  C4Sources.h
The 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

AmbientSource