PRIM TEXT: Difference between revisions
Jump to navigation
Jump to search
Kelly Linden (talk | contribs) No edit summary |
Kelly Linden (talk | contribs) No edit summary |
||
| Line 40: | Line 40: | ||
|location | |location | ||
|cat1=Object | |cat1=Object | ||
|cat2= | |cat2=Floating Text | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} | ||
Revision as of 14:11, 1 March 2010
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_TEXT = 26;The integer constant PRIM_TEXT has the value 26
| Important: This function is not yet released and will be available with Server 1.38. |
Used to get or set the object's floating text.
llSetPrimitiveParams
[ PRIM_TEXT, string text, vector color, float alpha ]| • string | text | |||
| • vector | color | |||
| • float | alpha |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_TEXT ]);Caveats