LevelSoundEvent.position

Position where the sound was generated. The closer to the player the more intense will be on the client.

class LevelSoundEvent
Tuple!(float, "x", float, "y", float, "z") position;

Meta