LlSetText
Revision as of 09:28, 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 |
beginning text
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