Exports & Events
All exports and events available to integrate this resource into others.
Server Sided Exports
Play Sound On Entity
This export will play a sound on an entity, and regulate the volume based on your distance from it. It is dynamic and keeps following the entity. Example:
Stop Sound
Manually stop a sound playing. Allows you to fade it out or keep playing it until it ends. We do un-register the audio when fading or forcing the full to be played, so the same id can be re-used. Example:
Does File Exist
Verify the existence of the sound file in zyke_sounds. This is more expensive than DoesSoundExist since we are fetching the actual file instead of a quick table lookup. Example:
Does Sound Exist
Lightweight export to quickly validate if a sound has been loaded into memory on script start. Example:
Last updated
Was this helpful?