Difference between revisions of "CLICK ACTION OPEN MEDIA"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=CLICK_ACTION_OPEN_MEDIA |type=integer |value=6 |desc |examples |functions= {{LSL DefineRow||llSetClickAction|}} |events |cat1 |cat2 |cat3 |cat4 |self }}) |
m |
||
Line 8: | Line 8: | ||
{{LSL DefineRow||[[llSetClickAction]]|}} | {{LSL DefineRow||[[llSetClickAction]]|}} | ||
|events | |events | ||
|cat1 | |cat1=Click Action | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 |
Revision as of 17:44, 22 September 2015
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CLICK_ACTION_OPEN_MEDIA = 6;The integer constant CLICK_ACTION_OPEN_MEDIA has the value 6
Caveats
Related Articles
Functions
• | llSetClickAction |