aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime
diff options
context:
space:
mode:
authorUbitUmarov2019-02-22 22:42:07 +0000
committerUbitUmarov2019-02-22 22:42:07 +0000
commit009af3122f8005ae5b8ed82f8ed1da89e9843e90 (patch)
tree056412eb806a10a881db613336c8081848cbad3b /OpenSim/Region/ScriptEngine/Shared/Api/Runtime
parentremove redundant osInventoryDescription() and improve osInventoryDesc() to do... (diff)
downloadopensim-SC-009af3122f8005ae5b8ed82f8ed1da89e9843e90.zip
opensim-SC-009af3122f8005ae5b8ed82f8ed1da89e9843e90.tar.gz
opensim-SC-009af3122f8005ae5b8ed82f8ed1da89e9843e90.tar.bz2
opensim-SC-009af3122f8005ae5b8ed82f8ed1da89e9843e90.tar.xz
update script sintaxe
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index 49f46b7..8b70128 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
35 public partial class ScriptBaseClass 35 public partial class ScriptBaseClass
36 { 36 {
37 // SCRIPTS CONSTANTS 37 // SCRIPTS CONSTANTS
38 public static readonly LSLInteger OS_APIVERSION = 2; 38 public static readonly LSLInteger OS_APIVERSION = 3;
39 39
40 public static readonly LSLInteger TRUE = 1; 40 public static readonly LSLInteger TRUE = 1;
41 public static readonly LSLInteger FALSE = 0; 41 public static readonly LSLInteger FALSE = 0;