mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
update api version and script syntax
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public partial class ScriptBaseClass
|
||||
{
|
||||
// SCRIPTS CONSTANTS
|
||||
public static readonly LSLInteger OS_APIVERSION = 20;
|
||||
public static readonly LSLInteger OS_APIVERSION = 21;
|
||||
|
||||
public static readonly LSLInteger TRUE = 1;
|
||||
public static readonly LSLInteger FALSE = 0;
|
||||
|
||||
Reference in New Issue
Block a user