Method | Description | |
---|---|---|
FloodEffect ( ITerrainChannel map, UUID userID, float north, float west, float south, float east, float strength ) : void |
Reverts an area of the map to the heightfield stored in the revertmap
|
|
RevertArea ( ITerrainModule module ) : OpenMetaverse |
public FloodEffect ( ITerrainChannel map, UUID userID, float north, float west, float south, float east, float strength ) : void | ||
map | ITerrainChannel | The current heightmap |
userID | UUID | |
north | float | |
west | float | |
south | float | |
east | float | |
strength | float | unused |
return | void |
public RevertArea ( ITerrainModule module ) : OpenMetaverse | ||
module | ITerrainModule | |
return | OpenMetaverse |