ll.SoundPreload(Sound: string) : ()
Deprecated: Use llPreloadSound instead. Preloads a sound on viewers within range.
ll.SoundPreload('test')
{
"def": "func",
"desc": "Deprecated: Use llPreloadSound instead.\nPreloads a sound on viewers within range.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSoundPreload",
"name": "SoundPreload",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Sound",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}