[This is preliminary documentation and is subject to change.]

Registers a new map importer or exporter. Only one importer/exporter may be registered for each supported format. If an importer/exporter for the given format has already been registered, it will be replaced.

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public static void RegisterConverter(
	IMapConverter converter
)

Parameters

converter
IMapConverter
New converter to add.

Exceptions

ExceptionCondition
System..::..ArgumentException Given IMapConverter is nether an IMapImporter, nor an IMapExporter.

See Also