Mantis #8481 part two.

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
TBG Renfold
2019-07-26 19:08:40 +01:00
committed by UbitUmarov
parent 8de67dad76
commit 0163af970f
3 changed files with 16 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Float osGetWindParam(string plugin, string param);
// Parcel commands
int osGetParcelDwell(vector pos);
void osParcelJoin(vector pos1, vector pos2);
void osParcelSubdivide(vector pos1, vector pos2);
void osSetParcelDetails(vector pos, LSL_List rules);