diff options
author | BlueWall | 2012-10-20 04:28:58 -0400 |
---|---|---|
committer | BlueWall | 2012-10-20 04:32:04 -0400 |
commit | 2aac113ac14f22509343ae82eb2eb4c3d7ad85b1 (patch) | |
tree | edf84168f74c96d75477811c0aebe3edc6fae406 | |
parent | minor: Increase attachment name field from 36 to 50 chars in "attachments sho... (diff) | |
download | opensim-SC_OLD-2aac113ac14f22509343ae82eb2eb4c3d7ad85b1.zip opensim-SC_OLD-2aac113ac14f22509343ae82eb2eb4c3d7ad85b1.tar.gz opensim-SC_OLD-2aac113ac14f22509343ae82eb2eb4c3d7ad85b1.tar.bz2 opensim-SC_OLD-2aac113ac14f22509343ae82eb2eb4c3d7ad85b1.tar.xz |
Add CLICK_ACTION_ZOOM
Add support for V2/3 CLICK_ACTION_ZOOM to llSetClickAction
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 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 60a7e14..62bd6b8 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -612,6 +612,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
612 | public const int CLICK_ACTION_OPEN = 4; | 612 | public const int CLICK_ACTION_OPEN = 4; |
613 | public const int CLICK_ACTION_PLAY = 5; | 613 | public const int CLICK_ACTION_PLAY = 5; |
614 | public const int CLICK_ACTION_OPEN_MEDIA = 6; | 614 | public const int CLICK_ACTION_OPEN_MEDIA = 6; |
615 | public const int CLICK_ACTION_ZOOM = 7; | ||
615 | 616 | ||
616 | // constants for the llDetectedTouch* functions | 617 | // constants for the llDetectedTouch* functions |
617 | public const int TOUCH_INVALID_FACE = -1; | 618 | public const int TOUCH_INVALID_FACE = -1; |