diff options
author | UbitUmarov | 2019-10-11 00:01:59 +0100 |
---|---|---|
committer | UbitUmarov | 2019-10-11 00:01:59 +0100 |
commit | 2c1909a873b7895e725d39d67bae4dac9873b1d2 (patch) | |
tree | b211e05ab306ef6c35bf89edf50e2675afd55527 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | update livomv (diff) | |
download | opensim-SC-2c1909a873b7895e725d39d67bae4dac9873b1d2.zip opensim-SC-2c1909a873b7895e725d39d67bae4dac9873b1d2.tar.gz opensim-SC-2c1909a873b7895e725d39d67bae4dac9873b1d2.tar.bz2 opensim-SC-2c1909a873b7895e725d39d67bae4dac9873b1d2.tar.xz |
add osResetAllScripts(LSL_Integer AllLinkset). use with care
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
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 7edda58..e1c421f 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 = 8; | 38 | public static readonly LSLInteger OS_APIVERSION = 9; |
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; |