fCraft map format converter, for obsolete format version #2 (2010).
More...
|
| bool | ClaimsName (string fileName) |
| |
| bool | Claims (string fileName) |
| |
| Map | LoadHeader (string fileName) |
| |
| Map | Load (string fileName) |
| |
| bool | ClaimsName ([NotNull] string path) |
| | Returns true if the file name (or directory name) matches this format's expectations.
|
| |
| bool | Claims ([NotNull] string path) |
| | Allows validating the map format while using minimal resources.
|
| |
| Map | LoadHeader ([NotNull] string path) |
| | Attempts to load map dimensions from specified location. Throws MapFormatException on failure.
|
| |
| Map | Load ([NotNull] string path) |
| | Fully loads map from specified location. Throws MapFormatException on failure.
|
| |
fCraft map format converter, for obsolete format version #2 (2010).
| bool fCraft.MapConversion.MapFCMv2.Claims |
( |
string |
fileName | ) |
|
| bool fCraft.MapConversion.MapFCMv2.ClaimsName |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapFCMv2.Load |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapFCMv2.LoadHeader |
( |
string |
fileName | ) |
|
| string fCraft.MapConversion.MapFCMv2.FileExtension |
|
get |
| MapFormat fCraft.MapConversion.MapFCMv2.Format |
|
get |
| string fCraft.MapConversion.MapFCMv2.ServerName |
|
get |
| bool fCraft.MapConversion.MapFCMv2.SupportsExport |
|
get |
| bool fCraft.MapConversion.MapFCMv2.SupportsImport |
|
get |
The documentation for this class was generated from the following file: