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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlSoundPreload",
"private": false,
"takesSelf": false,
"name": "SoundPreload",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Sound",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}