Difference between revisions of "LSL Portal"

From Second Life Wiki
Jump to navigation Jump to search
m
m (→‎{{LSLGC||LSL Features by category}}: added wikilink to Linksetdata)
(28 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{LSL Header|ml=*}} __NOTOC__
{{LSL Header|ml=*}}
LSL (Linden Scripting Language) is the scripting language that gives behavior to Second Life primitives, objects, and avatars. This is a community effort to provide accurate, open documentation resource for LSL for scripters of all skill levels.
__NOTOC__
LSL (Linden Scripting Language) is the scripting language that gives behavior to Second Life primitives, objects, and avatars. This is a community effort to provide an accurate & open documentation resource on LSL for scripters of all skill levels.


Feel free to edit and add content. For more information on how to edit the wiki, see [[Project:Editing Guidelines|Editing Guidelines]]. Do not copy any information from other sources, unless you are sure about the copyright issues.  See the [[Talk:LSL Portal|LSL Portal discussion]] page for more information.
Feel free to edit and add content. For more information on how to edit the wiki, see [[Project:Editing Guidelines|Editing Guidelines]]. Do not copy any information from other sources, unless you are sure about the copyright agreements.  See the [[Talk:LSL Portal|LSL Portal discussion]] page for more information.


'''Want to learn LSL? See [[LSL Tutorial]].'''
'''Want to learn LSL? See [[LSL Tutorial]].'''
Line 8: Line 9:
<div id="box">
<div id="box">
{| width="100%" rules="all" style="border-width: 0px; border-spacing: 5px;"
{| width="100%" rules="all" style="border-width: 0px; border-spacing: 5px;"
|-valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|- valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|height="1" width="30%"|
| height="1" width="30%"|


== LSL Portal ==
== LSL Portal ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
* [[LSL Editing Primer|Editing Primer]] - Editing Instructions
* [[LSL Editing Primer|Editing Primer]] - Editing Instructions
* [[LSL Portal Guidelines|Guidelines]] - Administration and Design Standards (Mission, rules, layout, etc.)
* [[LSL Portal Guidelines|Guidelines]] - Administration and Design Standards (Mission, rules, layout, etc.)
* [[LSL Portal To-do|To-Do]] - Edit/Revisions To-Do Listing
* [[LSL Portal To-do|To-Do]] - Edit/Revisions To-Do Listing
* [[LSL Portal Translation Project|Translation Project]] - Translation Coordination
* [[LSL Portal Translation Project|Translation Project]] - Translation Coordination
</div>
</div>
|height="1" width="30%" rowspan="2"|
|height="1" width="30%" rowspan="2"|


== LSL&nbsp;Language&nbsp;Reference ==
== LSL Language Reference ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
* [[:Category:LSL Constants|Constants]]
* [[:Category:LSL Constants|Constants]]
* [[:Category:LSL Events|Events]]
* [[:Category:LSL Events|Events]]
* {{LSLGC|Flow Control}}
* {{LSLGC|Flow Control}}
**[[for]]
** [[for]]
**[[if]]
** [[if]]
**[[while]]
** [[while]]
**[[do-while]]
** [[do-while]]
**[[jump]]
** [[jump]]
**[[return]]
** [[return]]
**[[state]]
** [[state]]
* [[:Category:LSL Functions|Functions]]
* [[:Category:LSL Functions|Functions]]
*:<span class="plainlinks">{{NoWrap|1=[{{fullurl:Category:LSL_Functions|from=}} (page 1: A..L)]}}, {{NoWrap|1=[{{fullurl:Category:LSL_Functions|from=L}} (page 2: L..V)]}}, {{NoWrap|1=[{{fullurl:Category:LSL_Functions|from=V}} (page 3: V..Z)]}} , [[LSL_Function_ID|(By internal index id)]]</span>
**<span class="plainlinks">[{{fullurl:Category:LSL_Functions}}#mw-pages (A..L)]</span>
* [[:Category:LSL_User-Defined_Functions|User-Defined Functions]]
**<span class="plainlinks">[{{fullurl:Category:LSL_Functions|from=L}}#mw-pages (L..T)]</span>
**<span class="plainlinks">[{{fullurl:Category:LSL_Functions|from=T}}#mw-pages (T..Z)]</span>
**[[LSL_Function_ID|(By internal index id)]]
* [[LSL Operators|Operators]]
* [[LSL Operators|Operators]]
* [[state|States]]
* [[state|States]]
* [[:Category:LSL Types|Types]]
* [[:Category:LSL Types|Types]]
**[[integer]]
** [[integer]]
**[[float]]
** [[float]]
**[[string]]
** [[string]]
**[[key]]
** [[key]]
**[[list]]
** [[list]]
**[[vector]]
** [[vector]]
**[[rotation]]
** [[rotation]]
* [[LSL Variables|Variables]]
* [[LSL Variables|Variables]]
* [[LSL Errors|Errors]]
* [[LSL Errors|Errors]]
Line 51: Line 53:
|height="1" width="25%" rowspan="5"|
|height="1" width="25%" rowspan="5"|


== {{LSLGC||LSL Categories}} ==
== {{LSLGC||LSL Features by category}} ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
{| border="0" cellspacing="0" cellpadding="0"
{| border="0" cellspacing="0" cellpadding="0"
|-valign="top"
|-valign="top"
Line 66: Line 68:
* [[:Category:LSL Controls|Controls]]
* [[:Category:LSL Controls|Controls]]
* [[:Category:LSL Dataserver|Dataserver]]
* [[:Category:LSL Dataserver|Dataserver]]
* [[:Category:LSL Dialog|Dialog]]
* [[:Category:LSL Face|Face]]
* [[:Category:LSL Face|Face]]
* [[:Category:LSL Group|Group]]
* [[:Category:LSL Group|Group]]
Line 71: Line 74:
* [[:Category:LSL Light|Light]]
* [[:Category:LSL Light|Light]]
* [[:Category:LSL Link|Link]]
* [[:Category:LSL Link|Link]]
* [[:Category:LSL LinksetData|Linkset Persistent {{abbr|KVP|Key-Value Pair}} Store]]
* [[:Category:LSL_List|Lists]]
* [[:Category:LSL_List|Lists]]
* [[:Category:LSL Math|Math]]
* [[:Category:LSL Math|Math]]
Line 100: Line 104:
* {{LSLGC|Communications}}
* {{LSLGC|Communications}}
** {{LSLGC|Chat}}
** {{LSLGC|Chat}}
** {{LSLGC|Dialog}}
** {{LSLGC|HTTP}}
** {{LSLGC|HTTP}}
** {{LSLGC|XML-RPC}}
** {{LSLGC|XML-RPC}}
Line 152: Line 157:


== Developer Resources ==
== Developer Resources ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
 
* [[:Category:LSL_User-Defined_Functions|User-Defined Functions]]
* [[LSL Protocol|User-Defined  Protocols & APIs]]
----
* [[:Category:LSL Mentors|Mentors]]
* [[:Category:LSL Teachers|Teachers]]
* [[LSL_Help|Help]]
----
* [[LSL Write Once Debug Everywhere|Write Once Debug Everywhere]]
* [[LSL_Alternate_Editors|Alternate Editors]]
* [[LSL_Alternate_Editors|Alternate Editors]]
* [[LSL Benchmarking Scripts|Benchmarking Scripts]]
----
* [[LSL Tutorial|Tutorials]]
* [[:Category:LSL Examples|Examples]]
* [[LSL Style Guide|Style Guide]]
* [[LSL Script Efficiency|Efficiency]]
* [[LSL Script Efficiency|Efficiency]]
* [[:Category:LSL Examples|Examples]]
* [[LSL Script Memory|Memory]]
* [[LSL Hacks|Hacks]]
* [[LSL Hacks|Hacks]]
* [[LSL_Help|Help]]
* [[LSL Benchmarking Scripts|Benchmarking Scripts]]
----
* [[:Category:LSL Categorized Library|Categorized Library]]
* [[:Category:LSL Library|Library]]
* [[:Category:LSL Library|Library]]
* [[LSL Script Memory|Memory]]
----
* [[:Category:LSL Mentors|Mentors]]
* [[LSL Protocol|Protocol]]
* [[LSL Style Guide|Style Guide]]
* [[:Category:LSL Teachers|Teachers]]
* [[LSL Test Harness|Test Harness]]
* [[LSL Test Harness|Test Harness]]
* [[LSL Tutorial|Tutorials]]
* [[LSL Useful Function WishList|Useful Function Wish-List]]
* [[LSL Useful Function WishList|Useful Function Wish-List]]
* [[LSL Write Once Debug Everywhere|Write Once Debug Everywhere]]
</div>
</div>
|-valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|- valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|height="1" colspan="2"|
| height="1" colspan="2"|
{{LSL News}}
{{LSL News}}
|-valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|- valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|height="1" colspan="2"|
| height="1" colspan="2"|
{{LSL Bugs}}
{{LSL Bugs}}
|-valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|- valign="top" rules="all" style="border-width: 1px 1px 1px 1px; padding: 1px 1px 1px 1px; border-style: solid solid solid solid; border-color: gray;"
|colspan="2"|
| colspan="2"|


== Other LSL Wikis ==
== Other LSL Wikis ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
* [http://lslwiki.net/lslwiki/wakka.php?wakka=HomePage LSL Wiki] (The original LSL Wiki.)
* [http://lslwiki.net/lslwiki/wakka.php?wakka=HomePage LSL Wiki] (The original LSL Wiki.)
* [http://lsl.project.zone/lsl/ Unofficial LSL Reference Wiki] (work in progress)
</div>
</div>


== Snapshot Mirrors ==
== Snapshot Mirrors ==
<div style="padding: 0.5em">
<div style="padding: 0.5em;">
</div>
</div>
|}
|}
Line 191: Line 205:
[[Category:Portals]]
[[Category:Portals]]
[[Category:Creation]]
[[Category:Creation]]
[[Category:LSL]]
[[Category:LSL|*]]

Revision as of 13:19, 21 October 2022

LSL (Linden Scripting Language) is the scripting language that gives behavior to Second Life primitives, objects, and avatars. This is a community effort to provide an accurate & open documentation resource on LSL for scripters of all skill levels.

Feel free to edit and add content. For more information on how to edit the wiki, see Editing Guidelines. Do not copy any information from other sources, unless you are sure about the copyright agreements. See the LSL Portal discussion page for more information.

Want to learn LSL? See LSL Tutorial.

LSL Portal

LSL Language Reference

LSL Features by category

Developer Resources

LSL News

Server Release Notes: Second Life Server | RC BlueSteel | RC LeTigre | RC Magnum | RC Snack
Release, Beta & Project Viewers: Supported Viewers
Development (Snowstorm): Windows | Linux | Mac | Build results
New articles

LSL Bugs and Patches

Other LSL Wikis

Snapshot Mirrors