(Official) LUA Scripting Documentation
play_sound_in_region
Play a sound in a cubic region.
Spec:
play_sound_in_region(
string name,
long x1,
long y1,
long z1,
long x2,
long y2,
long z2,
long volume)
Parameters
name
:x1
: The x component of the regions min map pointy1
: The y component of the regions min map pointz1
: The z component of the regions min map pointx2
: The x component of the regions max map pointy2
: The y component of the regions max map pointz2
: The z component of the regions max map pointvolume
: A value between 0 and 100
Incomplete
This documentation is incomplete