PASS_NEVER
Description
Constant: integer PASS_NEVER = 2;
The integer constant PASS_NEVER has the value 2
The applicable event group will never be triggered in the the root prim. Whether or not is handled in the child prim is irrelevant.
Related Articles
Constants
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.
|
|
Functions
Events