PRIM HOLE DEFAULT: Difference between revisions
Jump to navigation
Jump to search
m That template should not have been used here!!! |
mNo edit summary |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0 | |value=0 | ||
|desc= | |hvalue=0x00 | ||
|desc=Used with certain PRIM_TYPE_* flags to make a hole the same shape as the outer shape, via the hole_shape parameter. | |||
|examples= | |examples= | ||
|constants= | |constants= | ||
{{!}} colspan="5" {{!}} | |||
{{LSL Constants/PrimitiveParams/hole shape|table=*|simple=*|sortable=*|style=margin-top:0; margin-right:0;}} | |||
{{LSL ConstRow|PRIM_TYPE}} | {{LSL ConstRow|PRIM_TYPE}} | ||
{{LSL ConstRow|PRIM TYPE BOX}} | |||
{{LSL ConstRow|PRIM TYPE CYLINDER}} | |||
{{LSL ConstRow|PRIM TYPE PRISM}} | |||
{{LSL ConstRow|PRIM TYPE SPHERE}} | |||
{{LSL ConstRow|PRIM TYPE TORUS}} | |||
{{LSL ConstRow|PRIM TYPE TUBE}} | |||
{{LSL ConstRow|PRIM TYPE RING}} | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetPrimitiveParams]]|}} | {{LSL DefineRow||[[llSetPrimitiveParams]]|}} | ||
Revision as of 09:12, 28 May 2012
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_HOLE_DEFAULT = 0x00;The integer constant PRIM_HOLE_DEFAULT has the value 0x00
Used with certain PRIM_TYPE_* flags to make a hole the same shape as the outer shape, via the hole_shape parameter.
Caveats
Related Articles
Constants
| ||||||||||||||||||||||
| • | PRIM_TYPE | |||||||||||||||||||||
| • | PRIM TYPE BOX | |||||||||||||||||||||
| • | PRIM TYPE CYLINDER | |||||||||||||||||||||
| • | PRIM TYPE PRISM | |||||||||||||||||||||
| • | PRIM TYPE SPHERE | |||||||||||||||||||||
| • | PRIM TYPE TORUS | |||||||||||||||||||||
| • | PRIM TYPE TUBE | |||||||||||||||||||||
| • | PRIM TYPE RING | |||||||||||||||||||||
Functions
| • | llSetPrimitiveParams | |||
| • | llSetLinkPrimitiveParams | |||
| • | llGetPrimitiveParams |
Events
| • | changed |