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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlPreloadSound",
"private": false,
"takesSelf": false,
"name": "PreloadSound",
"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
}
]
}
]
}