Difference between revisions of "LSL Constants Style"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
</div> | </div> | ||
<div id="box"> | <div id="box"> | ||
== | ==Template== | ||
{{LSL Constant | {| | ||
|{{LSL Constant | |||
|name=PERMISSION_CONTROL_CAMERA | |name=PERMISSION_CONTROL_CAMERA | ||
|type=integer | |type=integer | ||
Line 39: | Line 40: | ||
|self=self | |self=self | ||
}} | }} | ||
|} | |||
</div> | </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 |
Template
DescriptionConstant: integer PERMISSION_CONTROL_CAMERA = 0x800;The integer constant PERMISSION_CONTROL_CAMERA has the value 0x800 Caveats
Related ArticlesDeep Notes |