Difference between revisions of "PRIM PHANTOM"
Jump to navigation
Jump to search
(New page: {{#if: {{LSL_Constants/PrimitiveParams}} }}{{LSL Constant |name=PRIM_PHANTOM |type=integer |value=5 |desc= |examples= |constants= |functions= {{LSL DefineRow||llSetPrimitiveParams|}} {...) |
|||
Line 1: | Line 1: | ||
{{#if: | <onlyinclude>{{#if: | ||
{{ | |||
{{#vardefine:phantom_const|{{LSL Const|PRIM_PHANTOM|integer|5|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the object's phantom status}}}} | |||
}}</onlyinclude>{{#if: | |||
{{LSL_Function/boolean|boolean}} | |||
}}{{LSL Constant | }}{{LSL Constant | ||
|name=PRIM_PHANTOM | |name=PRIM_PHANTOM | ||
|type=integer | |type=integer | ||
|value=5 | |value=5 | ||
|desc= | |desc=Used to get or set the object's phantom status. | ||
|pa={{LSL Constant/List|i_front=[ {{#var:physics_const}}, |i_end= ] | |||
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]] | |||
|i1_type=integer|i1_name=boolean | |||
}} | |||
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:physics_const}}, |i_end= ]);| | |||
|r_front=Returns the list [ |r_end= ] | |||
|text | |||
|r1_type=integer|r1_name=boolean | |||
}} | |||
|examples= | |examples= | ||
|constants= | |constants= | ||
Line 16: | Line 31: | ||
|location | |location | ||
|cat1=Prim | |cat1=Prim | ||
|cat2 | |cat2=Status | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 20:24, 17 April 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized 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.
[ , integer boolean ]
[ , integer boolean ]• integer | boolean | – | TRUE enables, FALSE disables |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams([ , ]);
llGetPrimitiveParams([ , ]);Caveats