Terraform (raise, lower, etc) an area or whole
parcel of land
Declaration Syntax
C# |
public bool Terraform( Simulator simulator, float west, float south, float east, float north, TerraformAction action, TerraformBrushSize brushSize )
Parameters
- simulator ( Simulator)
- Simulator land area is in.
- 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
Return Value
true on successful request sent.
Remarks
Settings.STORE_LAND_PATCHES must be
true, Parcel information must be downloaded using
Copy | |
---|---|
RequestAllSimParcels() |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)