Difference between revisions of "LlSetText"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|sleep
|sleep
|energy|
|energy|
|tb = beginning text
|tb = This function is used to set text to display over an object in SL.
|te = ending text
|te = ending text
|r = return type
|r = return type

Revision as of 10:29, 6 February 2007

== return type [[function llSetText ]]( text String, color Vector , alpha Float ); ==

function ID Function ID
sleep Delay
energy Energy

This function is used to set text to display over an object in SL.

Returns a return type return description

• text String – text to display between the quotes
• color Vector – color in RGB enclosed between <> signs, as in <0,0,0> = white, <1,1,1> = black
• alpha Float – transparency, a number between 0 and 1. 0 is fully transparent, 1.0 is fully visible.
llSetText( string text, vector color , float alpha );

• string text • vector color • float alpha


Set text floating over object


ending text