Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llGetParcelDetails

LSL
list llGetParcelDetails(vector pos, list param)

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

TypeName
vector pos
list param
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL