llRequestSimulatorData
function ll.RequestSimulatorData(RegionName: string, Data: number): stringRequests 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.
Parameters
-
RegionName(string) -
Data(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.RequestSimulatorData().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llRequestSimulatorData