From 8467ee34fff042ba5deff495478abe1cf415d0d6 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 31 Jan 2026 16:14:09 +0000 Subject: [PATCH] add lsl constant CLICK_ACTION_IGNORE --- OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 54b288d65c..f50ee24d7e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs @@ -789,6 +789,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase public const int CLICK_ACTION_OPEN_MEDIA = 6; public const int CLICK_ACTION_ZOOM = 7; public const int CLICK_ACTION_DISABLED = 8; + public const int CLICK_ACTION_IGNORE = 9; // constants for the llDetectedTouch* functions public const int TOUCH_INVALID_FACE = -1;