User:Strife Onizuka/Sandbox/Switch/Const/Test
< User:Strife Onizuka | Sandbox | Switch | Const
Jump to navigation
Jump to search
Revision as of 17:59, 17 May 2007 by Strife Onizuka (talk | contribs)
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 ]); |