LlSetText
Revision as of 09:29, 6 February 2007 by Rich Nykvist (talk | contribs)
== 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
|
ending text