Category:LSL Integer/pass

From Second Life Wiki
< Category:LSL Integer
Revision as of 22:40, 1 January 2016 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
pass is a subtype of integer.

The functions and constants in this category all take or return a pass parameter. Events in this category expose a pass parameter.


The PASS_* flags are used to configure event passing for touch and collision events from child prims to the root prim. If passing is disabled, only child prims will parse the event, if passing is enabled, both child and root will parse the event.

Values

pass values are always one of the following special values:

pass Constant Value Passable Script No Passable Script Description
PASS_IF_NOT_HANDLED 0 not passed passed Passables are passed if there is no script handling the event in the prim.
PASS_ALWAYS 1 passed passed Passables are always passed to the root.
PASS_NEVER 2 not passed not passed Passables are never passed to the root.

Pages in category "LSL Integer/pass"

The following 3 pages are in this category, out of 3 total.