Difference between revisions of "LSL Function Style/Celierra Darling"
Jump to navigation
Jump to search
m (LSL Function Style/Your Resident name moved to LSL Function Style/Celierra Darling: Thought I already did this...) |
(fix some) |
||
Line 1: | Line 1: | ||
<!-- | |||
.infobox { | |||
border: 1px solid #aaa; | |||
background-color: #f9f9f9; | |||
color: black; | |||
margin-bottom: 0.5em; | |||
margin-left: 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
} | |||
.infobox caption { | |||
font-size: larger; | |||
margin-left: inherit; | |||
} | |||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #aaa; | |||
} | |||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th { | |||
border: 0; | |||
} | |||
.infobox.sisterproject { | |||
width: 20em; | |||
font-size: 90%; | |||
} | |||
--> | |||
<!-- Infobox begin --> | <!-- Infobox begin --> | ||
{| class="infobox" style="width: 20em; font-size: 95%; border-collapse:collapse; margin:0 0 1em 1em; | {| class="infobox" style="width: 20em; font-size: 95%; border-collapse: collapse; margin:0 0 1em 1em; float: right; clear: right" cellspacing="0" cellpadding="2" | ||
|+ style="font-size: larger;" | '''llExample''' | |+ style="font-size: larger;" | '''llExample''' | ||
<!-- Return val --> | <!-- Return val --> | ||
Line 47: | Line 80: | ||
<!-- infobox end --> | <!-- infobox end --> | ||
|} | |} | ||
'''This page is in progress and nowhere near done yet''' | |||
This is the lede and should give a short overview of the function. | |||
Todo: | |||
* Finish everything | |||
* Templatize | |||
* Add cool things like | |||
** Detection of incomplete infoboxes | |||
** ? | |||
** ... | |||
== Specification == | == Specification == |
Revision as of 08:09, 16 February 2007
Returns: | |
boolean | success |
Parameters: | |
integer | pokes |
list | parameterlist |
key | target |
vector | position |
Delay | 0 |
Energy | 10 |
Function ID | -1 |
llListen |
This page is in progress and nowhere near done yet This is the lede and should give a short overview of the function. Todo:
- Finish everything
- Templatize
- Add cool things like
- Detection of incomplete infoboxes
- ?
- ...
Specification
Caveats
Examples
Notes
Internal
Design document, functional spec, test scripts, related functions