diff options
author | UbitUmarov | 2019-10-17 23:33:11 +0100 |
---|---|---|
committer | UbitUmarov | 2019-10-17 23:33:11 +0100 |
commit | 2a90f78fe16933fb33d5392610ff17046816ad04 (patch) | |
tree | 03c3f9bf410c7eec2ef7d43650629ae458b43858 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | simplify last code a bit (diff) | |
download | opensim-SC-2a90f78fe16933fb33d5392610ff17046816ad04.zip opensim-SC-2a90f78fe16933fb33d5392610ff17046816ad04.tar.gz opensim-SC-2a90f78fe16933fb33d5392610ff17046816ad04.tar.bz2 opensim-SC-2a90f78fe16933fb33d5392610ff17046816ad04.tar.xz |
add LSL_Integer osIsNotValidNumber(LSL_Float v)
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 e1c421f..f7acafe 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 = 9; | 38 | public static readonly LSLInteger OS_APIVERSION = 10; |
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; |