a few changes fo yengine exec time check points on function calls

This commit is contained in:
UbitUmarov
2023-02-09 12:11:18 +00:00
parent 45beb824af
commit 16b6bbd253
3 changed files with 42 additions and 59 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public partial class ScriptBaseClass
{
// SCRIPTS CONSTANTS
public static readonly LSLInteger OS_APIVERSION = 21;
public static readonly LSLInteger OS_APIVERSION = 22;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;