llGetParcelDetails
function ll.GetParcelDetails(Position: vector, ParcelDetails: {any}): {any}Returns a list of parcel details specified in the ParcelDetails list for the parcel at Position.
Parameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS.
Returns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position.
Parameters
-
Position(vector) - Location within the region.
-
ParcelDetails({any}) - List of details requested for the specified parcel location.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetParcelDetails().
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: llGetParcelDetails