Difference between revisions of "PRIM PHANTOM"

From Second Life Wiki
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:
{{LSL_Constants/PrimitiveParams}}
 
{{#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=[&#32;{{#var:physics_const}},&#32;|i_end=&nbsp;]
|text=When used with [[llSetPrimitiveParams]] & [[llSetLinkPrimitiveParams]]
|i1_type=integer|i1_name=boolean
}}
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([&nbsp;{{#var:physics_const}},&#32;|i_end=&nbsp;]);|
|r_front=Returns the list [&nbsp;|r_end=&nbsp;]
|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

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([ ,  ]);

Returns the list [ integer boolean ]

• integer boolean TRUE enables, FALSE disables

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_PHANTOM = 5;