From Second Life Wiki
GetParcelMaxPrims
llGetParcelMaxPrims
Description
Function: integer llGetParcelMaxPrims( vector pos, integer sim_wide );
Returns an integer that is the maximum number of prims allowed on the parcel at pos.
| • vector
| pos
| –
| region coordinate (z component is ignored)
|
|
| • integer
| sim_wide
| –
| Boolean
|
|
Specification
If sim_wide is...
- FALSE then the return is the maximum prims supported by the parcel.
- not FALSE then the return is the number of prims supported by all land in the region owned by the parcel owner.