Difference between revisions of "LSL Constants Style"
Jump to navigation
Jump to search
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"> | |<div id="box"> | ||
==Examples== | ==Examples== | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
Examples | Examples | ||
</div></div> | </div></div> | ||
|} | |||
</div> | |||
<div id="box"> | |||
==Style== | |||
{{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> |
Revision as of 16:59, 27 February 2007
Style
type NAME = valueDescription & uses |
Functions and EventsFunction & event list. Could just use the backlinks template here. |
ExamplesExamples |
Style
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PERMISSION_CONTROL_CAMERA = 0x800;The integer constant PERMISSION_CONTROL_CAMERA has the value 0x800
Caveats