Difference between revisions of "PRIM PHANTOM"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 12: Line 12:
|value=5
|value=5
|desc=Used to get or set the object's phantom status.
|desc=Used to get or set the object's phantom status.
|pa={{LSL Constant/List|i_front=[ {{#var:physics_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]]
|i1_type=integer|i1_name=boolean
|i1_type=integer|i1_name=boolean
}}
}}
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:physics_const}}, |i_end= ]);|
|pb={{LSL Constant/List|i_front=[[llGetPrimitiveParams]]([ {{#var:phantom_const}}|i_end= ]);|
|r_front=Returns the list [ |r_end= ]
|r_front=Returns the list [ |r_end= ]
|text
|text

Revision as of 20:26, 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.

[ PRIM_PHANTOM, integer boolean ]

[ PRIM_PHANTOM, integer boolean ]
• integer boolean TRUE enables, FALSE disables

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams([ PRIM_PHANTOM ]);

llGetPrimitiveParams([ PRIM_PHANTOM ]);

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;