OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.CoreModules.World.Terrain.ITerrainFeature Interface Reference

Public Member Functions

string CreateFeature (ITerrainChannel map, string[] args)
 Creates the feature. More...
 
string GetUsage ()
 Gets a string describing the usage. More...
 

Detailed Description

Definition at line 33 of file ITerrainFeature.cs.

Member Function Documentation

string OpenSim.Region.CoreModules.World.Terrain.ITerrainFeature.CreateFeature ( ITerrainChannel  map,
string[]  args 
)

Creates the feature.

Returns
Empty string if successful, otherwise error message.
Parameters
mapITerrainChannel holding terrain data.
argscommand-line arguments from console.
string OpenSim.Region.CoreModules.World.Terrain.ITerrainFeature.GetUsage ( )

Gets a string describing the usage.

Returns
A string describing parameters for creating the feature. Format is "feature-name <arg1> <arg2> ..."

The documentation for this interface was generated from the following file: