LlSetText: Difference between revisions
Jump to navigation
Jump to search
Rich Nykvist (talk | contribs) No edit summary |
Rich Nykvist (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
|p1t = text | |p1t = text | ||
|p1d = text to display between the quotes | |p1d = text to display between the quotes | ||
|p2 = | |p2 = Vector | ||
|p2t = color | |p2t = color | ||
|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 = | |p3 = Float | ||
|p3t = alpha | |p3t = alpha | ||
|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:28, 6 February 2007
== 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