dataserver
LLEvents:on("dataserver", function(RequestID: string, Data: string) -- ...end)This event is triggered when the requested data is returned to the script.
Data may be requested by the llRequestAgentData, llRequestInventoryData, and llGetNotecardLine function calls, for example.
Parameters
RequestID(string)Data(string)
Examples
Section titled “Examples”Add example usage here showing how to handle the dataserver event in SLua/Luau.
Add additional notes, caveats, or tips specific to using this event in SLua/Luau.
See Also
Section titled “See Also”- Related events and functions can be linked here
- LSL equivalent: dataserver