Difference between revisions of "LlSetText"
Jump to navigation
Jump to search
Rich Nykvist (talk | contribs) |
Rich Nykvist (talk | contribs) |
||
Line 8: | Line 8: | ||
|r = return type | |r = return type | ||
|rd = return description | |rd = return description | ||
|p1 = | |p1 = String | ||
|p1t = | |p1t = text | ||
|p1d = | |p1d = text to display between the quotes | ||
|p2 = | |p2 = vector | ||
|p2t = | |p2t = color | ||
|p2d = | |p2d = color in RGB enclosed between <> signs, as in <0,0,0> = white, <1,1,1> = black | ||
|p3 = | |p3 = float | ||
|p3t = | |p3t = alpha | ||
|p3d = | |p3d = transparency, a number between 0 and 1. 0 is fully transparent, 1.0 is fully visible. | ||
llSetText( string text, vector color , float alpha ); | llSetText( string text, vector color , float alpha ); |
Revision as of 09: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