PRIM PHANTOM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
|type=integer | |type=integer | ||
|value=5 | |value=5 | ||
|desc=Used to get or set the object's phantom status. | |desc=Used to get or set the object's [[STATUS_PHANTOM|phantom]] {{LSLGC|Status|status}}. | ||
|pa={{LSL Constant/List|i_front=[ {{#var:phantom_const}}, |i_end= ] | |pa={{LSL Constant/List|i_front=[ {{#var:phantom_const}}, |i_end= ] | ||
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]] | |text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]] | ||
| Line 31: | Line 31: | ||
{{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llGetPrimitiveParams]]|}} | {{LSL DefineRow||[[llGetPrimitiveParams]]|}} | ||
{{LSL DefineRow||[[llSetStatus]]|}} | |||
{{LSL DefineRow||[[llGetStatus]]|}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[changed]]|}} | {{LSL DefineRow||[[changed]]|}} | ||
Revision as of 14:04, 19 July 2009
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_PHANTOM = 5;llSetPrimitiveParams
[ PRIM_PHANTOM, integer boolean ]| • integer | boolean | – | TRUE enables, FALSE disables |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
- NOTE: This sets the entire object (linkset) when used in either function.
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_PHANTOM ]);Caveats
Related Articles
Constants
| • | STATUS_PHANTOM |
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams | |||
| • | llSetStatus | |||
| • | llGetStatus |
Events
| • | changed |