diff options
author | alondria | 2008-02-05 15:06:37 +0000 |
---|---|---|
committer | alondria | 2008-02-05 15:06:37 +0000 |
commit | 36f7a087e6f101f1d74659621afc460c974a8dc9 (patch) | |
tree | 6697a2b48cca5b3c1127a9e3347641c49bff58dd /OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | |
parent | Small refactoring on Terrain Update sending, so that other code can force ter... (diff) | |
download | opensim-SC_OLD-36f7a087e6f101f1d74659621afc460c974a8dc9.zip opensim-SC_OLD-36f7a087e6f101f1d74659621afc460c974a8dc9.tar.gz opensim-SC_OLD-36f7a087e6f101f1d74659621afc460c974a8dc9.tar.bz2 opensim-SC_OLD-36f7a087e6f101f1d74659621afc460c974a8dc9.tar.xz |
Added explicit Quaternion->string and list->string conversions.
Some preliminary work on llSetStatus and llGetStatus.
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; |