ACE.EmitSound
CPart of ACE namespace
function ACE.EmitSound( SoundTxt, Origin, SoundLevel, Pitch, Volume )👁️ 0 viewsUpdated 1 month ago
Description
Global sound function. In order to be modified by a convar config --If the Origin is an entity, uses entity:EmitSound( SoundTxt , SoundLevel, Pitch, Volume ) --If the Origin is a vector Position, uses sound.Play(SoundTxt, Position, SoundLevel, Pitch, Volume)
Parameters
| Name | Type | Description |
|---|---|---|
SoundTxt | any | |
Origin | any | |
SoundLevel | any | |
Pitch | any | |
Volume | any |
Returns
No return values documented.
Examples
No examples available.
Used In
No usages found in the codebase.