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

[Missing <summary> documentation for "T:fCraft.MapConversion.IMapExporter"]

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

Syntax

   
 C# 
public interface IMapExporter : IMapConverter

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FileExtension
File extension assiciated with this file. Throws NotSupportedException if this is a directory-based format.
(Inherited from IMapConverter.)
Format
Returns the format name.
(Inherited from IMapConverter.)
Save(Map, String)
Saves given map at the given location.
ServerName
Returns name(s) of the server(s) that uses this format.
(Inherited from IMapConverter.)
StorageType
Returns the map storage type (file-based or directory-based).
(Inherited from IMapConverter.)
SupportsExport
Whether this converter supports exporting/saving to the format.
(Inherited from IMapConverter.)
SupportsImport
Whether this converter supports importing/loading from the format.
(Inherited from IMapConverter.)

See Also