diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs index c985d6f..8511b56 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | |||
@@ -1877,6 +1877,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1877 | public const int STATUS_BLOCK_GRAB = 64; | 1877 | public const int STATUS_BLOCK_GRAB = 64; |
1878 | public const int STATUS_DIE_AT_EDGE = 128; | 1878 | public const int STATUS_DIE_AT_EDGE = 128; |
1879 | public const int STATUS_RETURN_AT_EDGE = 256; | 1879 | public const int STATUS_RETURN_AT_EDGE = 256; |
1880 | public const int STATUS_CAST_SHADOWS = 512; | ||
1880 | public const int AGENT = 1; | 1881 | public const int AGENT = 1; |
1881 | public const int ACTIVE = 2; | 1882 | public const int ACTIVE = 2; |
1882 | public const int PASSIVE = 4; | 1883 | public const int PASSIVE = 4; |