Skip to content

llGetParcelMaxPrims

function ll.GetParcelMaxPrims(Position: vector, SimWide: number): number

Returns the maximum number of prims allowed on the parcel at Position for a given scope.

The scope may be set to an individual parcel or the combined resources of all parcels with the same ownership in the region.

Parameters
Position (vector)
Region coordinates (z is ignored) of parcel.
SimWide (number)
Boolean. If FALSE then the return is the maximum prims supported by the parcel. If TRUE then it is the combined number of prims on all parcels in the region owned by the specified parcel's owner.

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

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