C4 Engine
C4 Engine API Documentation

class OmniSourceObject

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

OmniSource