Skip to content
On this page

Athena.systems.sound.CustomSoundInfo ​

server/systems/sound.CustomSoundInfo

Properties ​

audioName ​

• audioName: string

A custom .ogg file name for an audio clip.

Defined in ​

server/systems/sound.ts:12


pos ​

• Optional pos: IVector3

A positional Vector3 on where to play the sound from.

Defined in ​

server/systems/sound.ts:20


target ​

• Optional target: Entity

If you want the audio 3D specify a target to play this audio from.

Defined in ​

server/systems/sound.ts:38


volume ​

• Optional volume: number

The volume between 0.0 - 1.0.

Recommended: 0.35.

Defined in ​

server/systems/sound.ts:30

Created by Stuyk | Est. 2020