add lsl constant CLICK_ACTION_IGNORE

This commit is contained in:
UbitUmarov
2026-01-31 16:14:09 +00:00
parent 64cffc3389
commit 8467ee34ff

View File

@@ -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;