Difference between revisions of "Template:LSL Constants/PrimitiveParams/holeshape"

From Second Life Wiki
Jump to navigation Jump to search
m (Created page with '{{#if:{{{table|}}}<noinclude>1</noinclude>| {{{!}} class="sortable" {{Prettytable|style={{{style|}}}}}}} {{!}}- {{#if:{{{table|}}}<noinclude>1</noinclude>|{{Hl2}}}} ! {{!}} {{LSL...')
 
m
 
Line 6: Line 6:
! {{!}} Shape
! {{!}} Shape
{{!}}-
{{!}}-
{{LSL ConstTB|PRIM_HOLE_DEFAULT|integer|hex=0x00}}
{{LSL ConstTB|PRIM_HOLE_DEFAULT|integer|hex=0x00|ihex=0}}
{{!!}} Default
{{!!}} Default
{{!}}-
{{!}}-
{{LSL ConstTB|PRIM_HOLE_SQUARE|integer|hex=0x20}}
{{LSL ConstTB|PRIM_HOLE_SQUARE|integer|hex=0x20|ihex=32}}
{{!!}} Square
{{!!}} Square
{{!}}-
{{!}}-
{{LSL ConstTB|PRIM_HOLE_CIRCLE|integer|hex=0x10}}
{{LSL ConstTB|PRIM_HOLE_CIRCLE|integer|hex=0x10|ihex=16}}
{{!!}} Circle
{{!!}} Circle
{{!}}-
{{!}}-
{{LSL ConstTB|PRIM_HOLE_TRIANGLE|integer|hex=0x30}}
{{LSL ConstTB|PRIM_HOLE_TRIANGLE|integer|hex=0x30|ihex=48}}
{{!!}} Triangle
{{!!}} Triangle
{{!}}-
{{!}}-
{{!}}}
{{!}}}

Latest revision as of 23:41, 16 May 2012

hole_shape Flags Shape
PRIM_HOLE_DEFAULT 0x00 Default
PRIM_HOLE_SQUARE 0x20 Square
PRIM_HOLE_CIRCLE 0x10 Circle
PRIM_HOLE_TRIANGLE 0x30 Triangle