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 = text | ||
|p1t = | |p1t = String | ||
|p1d = text to display between the quotes | |p1d = text to display between the quotes | ||
|p2 = | |p2 = color | ||
|p2t = | |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 = | |p3 = alpha | ||
|p3t = | |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 09: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
|
ending text