Template:LSL Constants/Pass
Revision as of 20:59, 1 January 2016 by Strife Onizuka (talk | contribs) (Created page with "{{{!}} class="sortable" {{prettytable}} {{!}}-{{hl2}} ! {{LSLPT|{{{1|}}}}} Constant ! Value ! {{{2|}}} Script ! No {{{2|}}} Script ! Description {{!}}- {{!}} {{#vardefineecho:...")
Constant | Value | Script | No Script | Description |
---|---|---|---|---|
PASS_IF_NOT_HANDLED | 0 | not passed | passed | {{{3}}} are passed if there is no script handling the event in the prim. |
PASS_ALWAYS | 1 | passed | passed | {{{3}}} are always passed to the root. |
PASS_NEVER | 2 | not passed | not passed | {{{3}}} are never passed to the root. |