Skip to content

llGetObjectDetails

function ll.GetObjectDetails(ID: string, Parameters: {any}): {any}

Returns a list of object details specified in the Parameters list for the object or avatar in the region with key ID.

Parameters are specified by the OBJECT_* constants.

Parameters
ID (string)
Prim or avatar UUID that is in the same region.
Parameters ({any})
List of OBJECT_* flags.

Add example usage here showing SLua/Luau syntax with ll.GetObjectDetails().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.