Terraform (raise, lower, etc) an area or whole
parcel of land
Declaration Syntax
C# |
public void Terraform( Simulator simulator, int localID, float west, float south, float east, float north, TerraformAction action, TerraformBrushSize brushSize, int seconds, float height )
Parameters
- simulator ( Simulator)
- Simulator land area is in.
- localID ( Int32)
- LocalID of parcel, or -1 if using bounding box
- west ( Single)
- west border of area to modify
- south ( Single)
- south border of area to modify
- east ( Single)
- east border of area to modify
- north ( Single)
- north border of area to modify
- action ( TerraformAction)
- From Enum, Raise, Lower, Level, Smooth, Etc.
- brushSize ( TerraformBrushSize)
- Size of area to modify
- seconds ( Int32)
- How many meters + or - to lower, 1 = 1 meter
- height ( Single)
- Height at which the terraform operation is acting at
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)