Difference between revisions of "LAND NOISE"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=LAND_NOISE |type=integer |value=5 |desc=Randomize the land |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|CHANGED_SHAPE}}--> |functions= {{LSL DefineRow||[[...) |
|||
Line 2: | Line 2: | ||
|name=LAND_NOISE | |name=LAND_NOISE | ||
|type=integer | |type=integer | ||
|value= | |value=4 | ||
|desc=Randomize the land | |desc=Randomize the land - makes it rough | ||
|pa= | |pa= | ||
|text= | |text= |
Latest revision as of 17:19, 7 April 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LAND_NOISE = 4;The integer constant LAND_NOISE has the value 4
Randomize the land - makes it rough
Caveats
Related Articles
Functions
• | llModifyLand |