Difference between revisions of "LSL Constants Style"
Jump to navigation
Jump to search
(3 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 & uses | 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 15:59, 27 February 2007
Style
type NAME = valueDescription & uses |
Functions and EventsFunction & event list. Could just use the backlinks template here. |
ExamplesExamples |
Template
DescriptionConstant: integer PERMISSION_CONTROL_CAMERA = 0x800;The integer constant PERMISSION_CONTROL_CAMERA has the value 0x800 Caveats
Related ArticlesDeep Notes |