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

Looks up an appropriate importer for the given MapFormat.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static IMapImporter GetImporter(
	MapFormat format
)

Parameters

format
MapFormat
Map format for which an importer should be looked up.

Return Value

IMapImporter object if an importer was found for the given format; otherwise null.

See Also