ll.PreloadSound(Sound: string) : ()
Causes nearby viewers to preload the Sound from the object's inventory. This is intended to prevent delays in starting new sounds when called upon.
ll.PreloadSound('test')
{
"def": "func",
"desc": "Causes nearby viewers to preload the Sound from the object's inventory.\nThis is intended to prevent delays in starting new sounds when called upon.",
"energy": 10,
"sleep": 1,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlPreloadSound",
"name": "PreloadSound",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Sound",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}