diff options
author | SignpostMarv | 2012-08-14 11:36:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-24 21:49:27 +0100 |
commit | 5e98e2b7c73c6b25cc78365da9184671fd5d6e2b (patch) | |
tree | 1f4159a59b65caecd89eade11136f852599916d9 | |
parent | minor: Add Gryc Ueusp to CREDITS for commit 884edac amongst others, by request. (diff) | |
download | opensim-SC_OLD-5e98e2b7c73c6b25cc78365da9184671fd5d6e2b.zip opensim-SC_OLD-5e98e2b7c73c6b25cc78365da9184671fd5d6e2b.tar.gz opensim-SC_OLD-5e98e2b7c73c6b25cc78365da9184671fd5d6e2b.tar.bz2 opensim-SC_OLD-5e98e2b7c73c6b25cc78365da9184671fd5d6e2b.tar.xz |
adding ATTACH_*_PEC constants
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index c3eada0..e1c054d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -226,6 +226,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
226 | public const int ATTACH_BELLY = 28; | 226 | public const int ATTACH_BELLY = 28; |
227 | public const int ATTACH_RPEC = 29; | 227 | public const int ATTACH_RPEC = 29; |
228 | public const int ATTACH_LPEC = 30; | 228 | public const int ATTACH_LPEC = 30; |
229 | public const int ATTACH_LEFT_PEC = 29; // Same value as ATTACH_RPEC, see https://jira.secondlife.com/browse/SVC-580 | ||
230 | public const int ATTACH_RIGHT_PEC = 30; // Same value as ATTACH_LPEC, see https://jira.secondlife.com/browse/SVC-580 | ||
229 | public const int ATTACH_HUD_CENTER_2 = 31; | 231 | public const int ATTACH_HUD_CENTER_2 = 31; |
230 | public const int ATTACH_HUD_TOP_RIGHT = 32; | 232 | public const int ATTACH_HUD_TOP_RIGHT = 32; |
231 | public const int ATTACH_HUD_TOP_CENTER = 33; | 233 | public const int ATTACH_HUD_TOP_CENTER = 33; |