Difference between revisions of "PRIM NAME"

From Second Life Wiki
Jump to navigation Jump to search
(New flag in 1.40)
 
m (Updated with the actual constant value from a running 1.40 server.)
Line 9: Line 9:
|name=PRIM_NAME
|name=PRIM_NAME
|type=integer
|type=integer
|value=?
|value=27
|desc=Used to get or set the prim's name.
|desc=Used to get or set the prim's name.
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:name_const}}, |i_end= ]);
|pa={{LSL Constant/List|i_front=[[llSetPrimitiveParams]]([ {{#var:name_const}}, |i_end= ]);

Revision as of 02:28, 30 June 2010

Emblem-important-red.png Pre-release Documentation Warning!

This constant is not available yet. This documentation was written prior to its final release so it may not match the final implementation.It is slated for release in Server 1.40.

Description

Constant: integer PRIM_NAME = 27;

The integer constant PRIM_NAME has the value 27

Used to get or set the prim's name.

llSetPrimitiveParams

llSetPrimitiveParams([ PRIM_NAME, string name ]);
• string name

The same syntax applies to llSetLinkPrimitiveParams and llSetLinkPrimitiveParamsFast but with an additional prefixed link parameter in the function call.

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_NAME ]);

Returns the list [ string name ]

• string name

The same syntax applies to llGetLinkPrimitiveParams, but with an additional prefixed link parameter in the function call.

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_NAME = 27;