PRIM PHANTOM
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Description
Constant: integer PRIM_PHANTOM = 5;The integer constant PRIM_PHANTOM has the value 5
Used to get or set the object's phantom status.
[ PRIM_PHANTOM, integer boolean ]
| • integer | boolean | – | TRUE enables, FALSE disables |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ PRIM_PHANTOM ]);

