Category:LSL Integer/pass
< Category:LSL Integer
Jump to navigation
Jump to search
Revision as of 21:03, 1 January 2016 by Strife Onizuka (talk | contribs) (Created page with "{{LSL Subtype Category|pass|base=integer|cat=Flags|description=|inject=|always=*|values= {{LSL_Constants/Pass|table=*|pass|Passable handling|Passables}} }}")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
The functions and constants in this category all take or return a pass parameter. Events in this category expose a pass parameter.
Values
pass values are always one of the following special values:
pass Constant | Value | Passable handling Script | No Passable handling 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.