ll.RequestSimulatorData (RegionName: string, Data: number) -> uuidRequests the specified Data about RegionName. When the specified data is available, the dataserver event is raised. Data should use one of the DATA_SIM_* constants. Returns a dataserver query ID and triggers the dataserver event when data is found.
ll.RequestSimulatorData('test', 3.14)
{
"def": "func",
"desc": "Requests the specified Data about RegionName. When the specified data is available, the dataserver event is raised.\nData should use one of the DATA_SIM_* constants.\nReturns a dataserver query ID and triggers the dataserver event when data is found.",
"energy": 10,
"sleep": 1,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlRequestSimulatorData",
"private": false,
"takesSelf": false,
"name": "RequestSimulatorData",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "RegionName",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Data",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}