Difference between revisions of "Category:LSL Text"

From Second Life Wiki
Jump to navigation Jump to search
(New page: Text in Second Life can be delivered via String values, via Notecards, or, can in some instances, become a "part" of the prim. These three following functions set text on the pri...)
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL Header|ml=*}}
Text in Second Life can be delivered via [[String]] values, via [[Notecards]], or, can in some instances, become a "part" of the prim.
Text in Second Life can be delivered via [[String]] values, via [[Notecards]], or, can in some instances, become a "part" of the prim.


These three following functions set text on the prim: text that either floats above the prim, or appears on a pie menu presented to the user when the prim is clicked on.
*[[llSetText]] (aka "floating text")
*[[llSetSitText]]  (appears on pie menu)
*[[llSetTouchText]]  (appears on pie menu)
Note that like particles, all text set via the above three functions becomes a property of a  prim, not a script. For that reason, the text will remain if the script that set it is deactivated or even removed.


These three following functions set text on the prim: text that either floats above the prim, or appears on a pie menu presented to the user when the prim is clicked on.  
To remove text set via any of the above, you don't actually remove it, but rather swap in an empty string (details on each function's page.)


{|
{{LSL DefineRow|| [[llSetText]] (aka "floating text")}}
{{LSL DefineRow|| [[llSetSitText]]  (appears on pie menu)}}
{{LSL DefineRow|| [[llSetTouchText]]  (appears on pie menu)}}
|}


See Also:
See Also:
{|
*[[String]]
{{LSL DefineRow|| [[String]] }}
*[[Notecards]]
{{LSL DefineRow|| [[Notecards]] }}
*[[Chat]]
{{LSL DefineRow|| [[Chat]] }}
*[[:Category:LSL Email|Email]]
{{LSL DefineRow|| [[:Category:LSL Email|Email]] }}
 
|}
[[Category:LSL]]

Latest revision as of 02:35, 15 April 2010

Text in Second Life can be delivered via String values, via Notecards, or, can in some instances, become a "part" of the prim.

These three following functions set text on the prim: text that either floats above the prim, or appears on a pie menu presented to the user when the prim is clicked on.


Note that like particles, all text set via the above three functions becomes a property of a prim, not a script. For that reason, the text will remain if the script that set it is deactivated or even removed.

To remove text set via any of the above, you don't actually remove it, but rather swap in an empty string (details on each function's page.)


See Also:

Subcategories

This category has only the following subcategory.

Pages in category "LSL Text"

The following 2 pages are in this category, out of 2 total.