Difference between revisions of "LlSetText"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|r = return type
|r = return type
|rd = return description
|rd = return description
|p1 = String
|p1 = text
|p1t = text
|p1t = String
|p1d = text to display between the quotes
|p1d = text to display between the quotes
|p2 = Vector
|p2 = color
|p2t = color
|p2t = Vector
|p2d = color in RGB enclosed between <> signs, as in <0,0,0> = white, <1,1,1> = black
|p2d = color in RGB enclosed between <> signs, as in <0,0,0> = white, <1,1,1> = black
|p3 = Float
|p3 = alpha
|p3t = alpha
|p3t = Float
|p3d = transparency, a number between 0 and 1.  0 is fully transparent, 1.0 is fully visible.
|p3d = transparency, a number between 0 and 1.  0 is fully transparent, 1.0 is fully visible.



Revision as of 10:30, 6 February 2007

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

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

• String text – text to display between the quotes
• Vector color – color in RGB enclosed between <> signs, as in <0,0,0> = white, <1,1,1> = black
• Float alpha – 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