Difference between revisions of "PASS IF NOT HANDLED"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=PASS_IF_NOT_HANDLED |type=integer |value=0 |desc=The applicable event group will be triggered in the the root prim if it is not handled in this child prim...") |
m |
||
Line 5: | Line 5: | ||
|desc=The applicable event group will be triggered in the the root prim if it is not handled in this child prim. | |desc=The applicable event group will be triggered in the the root prim if it is not handled in this child prim. | ||
|examples | |examples | ||
|functions | |constants={{!}}{{LSL_Constants/Pass|table=*|pass|{{LSLGC|Passable}}|Passables}} | ||
|events | |functions= | ||
{{LSL DefineRow||[[llPassTouches]]}} | |||
{{LSL DefineRow||[[llPassCollisions]]}} | |||
|events= | |||
{{!}}- | |||
{{!}}style="color:gray;"{{!}}•{{!!}}Touch:{{!!}}[[touch_start]]{{!!}}[[touch]]{{!!}}[[touch_end]] | |||
{{!}}- | |||
{{!}}style="color:gray;"{{!}}•{{!!}}Collision:{{!!}}[[collision_start]]{{!!}}[[collision]]{{!!}}[[collision_end]] | |||
{{!}}- | |||
|cat1=Passable | |cat1=Passable | ||
|cat2 | |cat2 |
Revision as of 19:22, 2 January 2016
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PASS_IF_NOT_HANDLED = 0;The integer constant PASS_IF_NOT_HANDLED has the value 0
The applicable event group will be triggered in the the root prim if it is not handled in this child prim.
Caveats
Related Articles
Constants
|
Functions
• | llPassTouches | |||
• | llPassCollisions |
Events
• | Touch: | touch_start | touch | touch_end |
• | Collision: | collision_start | collision | collision_end |