User:Strife Onizuka/Sandbox/Switch/Const/Test
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
User:PRIM_TYPE_CYLINDER
integer PRIM_TYPE_CYLINDER = 1;The integer constant PRIM_TYPE_CYLINDER has the value 1 | ||||||||||||||||||||||||||||||
Functions and EventsConstants
Functions
Events
| ||||||||||||||||||||||||||||||
ExamplesllSetPrimitiveParams([PRIM_TYPE,
PRIM_TYPE_CYLINDER,
PRIM_HOLE_DEFAULT, // hole_shape
<0.00, 1.0, 0.0>, // cut
0.0, // hollow
<0.0, 0.0, 0.0>, // twist
<1.0, 1.0, 0.0>, // top_size
<0.0, 0.0, 0.0> // top_Shear
]);
|