Difference between revisions of "LSL Constants Style"

From Second Life Wiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div id="box">
<div id="box">
==Style==
{| width="100%"
|<div id="box">
==type NAME = value ==
==type NAME = value ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
Description
Description & uses
</div></div>
</div></div>
 
|-
<div id="box">
|<div id="box">
==Functions and Events==
==Functions and Events==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
Line 11: Line 14:
Could just use the backlinks template here.
Could just use the backlinks template here.
</div></div>
</div></div>
|-
|<div id="box">
==Examples==
<div style="padding: 0.5em">
Examples
</div></div>
|}
</div>
<div id="box">
==Template==
{| width="100%"
|{{LSL Constant
|name=PERMISSION_CONTROL_CAMERA
|type=integer
|value={{LSL Hex|0x800}}
|desc
|examples
|functions={{LSL DefineRow||[[llGetPermissions]]|}}
{{LSL DefineRow||[[llRequestPermissions]]|}}
|events={{LSL DefineRow||[[run_time_permissions]]|}}
|cat1
|cat2
|cat3
|cat4
|self=self
}}
|}
</div>

Latest revision as of 16:59, 27 February 2007

Style

type NAME = value

Description & uses

Functions and Events

Function & event list. Could just use the backlinks template here.

Examples

Examples