LlSetClickAction
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Function: llSetClickAction( integer action );
| 333 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Sets the action performed when a prim is clicked upon.
| • integer | action | – | CLICK_ACTION_* flag |
When the cursor is hovers over the prim the cursor image changes to reflect the action.
Constants
| Flag | Description | Cursor | |
|---|---|---|---|
| CLICK_ACTION_NONE | 0 | Performs the default action: when the prim is touched, touch events are triggered | |
| CLICK_ACTION_TOUCH | 0 | When the prim is touched, touch events are triggered | |
| CLICK_ACTION_SIT | 1 | When the prim is touched, the avatar sits upon it | |
| CLICK_ACTION_BUY | 2 | When the prim is touched, the buy dialog is opened | |
| CLICK_ACTION_PAY | 3 | When the prim is touched, the pay dialog is opened | |
| CLICK_ACTION_OPEN | 4 | When the prim is touched, the object inventory dialog is opened | |
| CLICK_ACTION_PLAY | 5 | When the prim is touched, html-on-a-prim is enabled? | |
| CLICK_ACTION_OPEN_MEDIA | 6 | When the prim is touched, the web media dialog is opened |

