diff options
author | UbitUmarov | 2019-07-31 13:38:49 +0100 |
---|---|---|
committer | UbitUmarov | 2019-07-31 13:38:49 +0100 |
commit | b5b518dc0d1996c3ed0effe7c39b7daff2d1441b (patch) | |
tree | b737423230e178c6f227f10a2b05cd06dda8476a /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Mantis #8481 part two. (diff) | |
download | opensim-SC-b5b518dc0d1996c3ed0effe7c39b7daff2d1441b.zip opensim-SC-b5b518dc0d1996c3ed0effe7c39b7daff2d1441b.tar.gz opensim-SC-b5b518dc0d1996c3ed0effe7c39b7daff2d1441b.tar.bz2 opensim-SC-b5b518dc0d1996c3ed0effe7c39b7daff2d1441b.tar.xz |
change value of PARCEL_DETAILS_DWELL to a higher value to give more room for standard values, change return types, update script syntaxe
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 5d964b8..7c5ced8 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -260,7 +260,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
260 | LSL_Float osGetWindParam(string plugin, string param); | 260 | LSL_Float osGetWindParam(string plugin, string param); |
261 | 261 | ||
262 | // Parcel commands | 262 | // Parcel commands |
263 | int osGetParcelDwell(vector pos); | 263 | LSL_Integer osGetParcelDwell(vector pos); |
264 | void osParcelJoin(vector pos1, vector pos2); | 264 | void osParcelJoin(vector pos1, vector pos2); |
265 | void osParcelSubdivide(vector pos1, vector pos2); | 265 | void osParcelSubdivide(vector pos1, vector pos2); |
266 | void osSetParcelDetails(vector pos, LSL_List rules); | 266 | void osSetParcelDetails(vector pos, LSL_List rules); |