PASS ALWAYS
Revision as of 19:02, 2 January 2016 by Strife Onizuka (talk | contribs) (Created page with "{{LSL Constant |name=PASS_ALWAYS |type=integer |value=1 |desc=The applicable event group will always be triggered in the the root prim. Whether or not is handled in the child...")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PASS_ALWAYS = 1;The integer constant PASS_ALWAYS has the value 1
The applicable event group will always be triggered in the the root prim. Whether or not is handled in the child prim is irrelevant.
Caveats
Related Articles
Constants
|
Functions
• | llPassTouches | |||
• | llPassCollisions |
Events
• Collision | – | collision_start | collision | collision_end | |
• Touch | – | touch_start | touch | touch_end |