llGetParcelMaxPrims
function ll.GetParcelMaxPrims(Position: vector, SimWide: number): numberReturns 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.
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetParcelMaxPrims