Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
Pixel Tomsen
2012-01-25 21:31:18 +01:00
committed by BlueWall
parent 7444f3bfad
commit 8f53c768f5
5 changed files with 34 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List llGetParcelDetails(LSL_Vector pos, LSL_List param);
LSL_Integer llGetParcelFlags(LSL_Vector pos);
LSL_Integer llGetParcelMaxPrims(LSL_Vector pos, int sim_wide);
LSL_String llGetParcelMusicURL();
LSL_Integer llGetParcelPrimCount(LSL_Vector pos, int category, int sim_wide);
LSL_List llGetParcelPrimOwners(LSL_Vector pos);
LSL_Integer llGetPermissions();