(Official) LUA Scripting Documentation
remove_sound
Remove a sound from a map point.
Spec:
remove_sound(
string name,
long x,
long y,
long z)
Parameters
name:x: The x component of the map point.y: The y component of the map point.z: The z component of the map point.
Incomplete
This documentation is incomplete