PRIM TEXT

From Second Life Wiki
Revision as of 12:58, 1 March 2010 by Kelly Linden (talk | contribs) (Created page with '<onlyinclude>{{#if: {{#vardefine:physics_const|{{LSL Const|PRIM_PHYSICS|integer|26|c=Used to {{GetSet|{{{1|}}}|get|set|/}} the object's floating text}}}} }}</onlyinclude>{{#if:...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer PRIM_TEXT = 26;

The integer constant PRIM_TEXT has the value 26

Used to get or set the object's floating text.

llSetPrimitiveParams

[ PRIM_PHYSICS, float alpha ]

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_PHYSICS ]);

Returns the list [ float alpha ]

• float alpha

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_TEXT = 26;