playRecord

fun playRecord(name: String?, x: Double, y: Double, z: Double)

Play a record at location x, y, and z. Use null as name in the same location to stop record.

Parameters

name

the name of the sound/record

x

the x location

y

the y location

z

the z location

Sources

Link copied to clipboard