mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
update 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 = 12;
|
||||
public static readonly LSLInteger OS_APIVERSION = 13;
|
||||
|
||||
public static readonly LSLInteger TRUE = 1;
|
||||
public static readonly LSLInteger FALSE = 0;
|
||||
|
||||
Reference in New Issue
Block a user