Unofficial LSL Reference

[[functions:template]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:template [2014-01-01 12:45 SLT]
sei tentative first template created
functions:template [2015-02-04 18:46 SLT] (current)
sei style
Line 1: Line 1:
 +$nav
 ===== Function: @PAGE@ ===== ===== Function: @PAGE@ =====
  
Line 7: Line 8:
 ===== Parameters ===== ===== Parameters =====
  
-> **''​name''​** +=== name === 
-Does such-and-such.+Does such-and-such.
  
-> **''​name2''​** +=== name2 === 
-Does the other thing.+Does the other thing.
  
-===== Result ​=====+===== Return value =====
  
-The result ​value.+The value it returns.
  
-===== Examples ​=====+===== Notes ===== 
 + 
 +  * Beware of this and that. 
 + 
 +===== Short examples ===== 
 + 
 +<code lsl2> 
 +@PAGE@(1, 2); // will do xxx 
 +</​code>​ 
 + 
 +===== Complete examples ​=====
  
-This example illustrates the use of @PAGE@: 
 <file lsl2 @PAGE@-example.lsl>​ <file lsl2 @PAGE@-example.lsl>​
 default default
Line 32: Line 42:
 ===== See also ===== ===== See also =====
  
-  * [[llFunction]]+  * $lfn[llFunction] ​does such and such