As a sim owner, I wish I could get better insights into prim (aka Land Impact) usage within my land.
One key thing for me is I want to one day offer skybox rental in my region, but it is difficult to calculate land impact usage
llGetPrimUsage(key avatar, list options);
Options support the following:-
  • PRIM_USAGE_PARCEL
Get the amount of prims the agent is using within the parcel.
  • PRIM_USAGE_REGION
Get the amount of prims the agent is using within the entire region.
  • PRIM_USAGE_AREA, vector bound_lower, vector bound_upper
Get the amount of prims used in the specified area
The last option would be the most useful for me as it would give me a way to measure land impact being used within skyboxes.