mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
@@ -1704,6 +1704,11 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
return ret;
|
||||
}
|
||||
|
||||
static public LSLInteger operator !(LSLInteger i1)
|
||||
{
|
||||
return i1.value == 0 ? 1 : 0;
|
||||
}
|
||||
|
||||
public static LSLInteger operator ++(LSLInteger i)
|
||||
{
|
||||
i.value++;
|
||||
|
||||
Reference in New Issue
Block a user