Difference between revisions of "CLICK ACTION TOUCH"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=CLICK_ACTION_TOUCH |type=integer |value=1 |desc |examples |functions= {{LSL DefineRow||llSetClickAction|}} |events |cat1 |cat2 |cat3 |cat4 |self }}) |
|||
Line 2: | Line 2: | ||
|name=CLICK_ACTION_TOUCH | |name=CLICK_ACTION_TOUCH | ||
|type=integer | |type=integer | ||
|value= | |value=0 | ||
|desc | |desc | ||
|examples | |examples |
Revision as of 17:43, 7 April 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CLICK_ACTION_TOUCH = 0;The integer constant CLICK_ACTION_TOUCH has the value 0
Caveats
Related Articles
Functions
• | llSetClickAction |