.Dat map conversion implementation, for converting .Dat map format into fCraft's default map format.
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.
|
| |
.Dat map conversion implementation, for converting .Dat map format into fCraft's default map format.
| bool fCraft.MapConversion.MapDat.Claims |
( |
string |
fileName | ) |
|
| bool fCraft.MapConversion.MapDat.ClaimsName |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapDat.Load |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapDat.LoadHeader |
( |
string |
fileName | ) |
|
| string fCraft.MapConversion.MapDat.FileExtension |
|
get |
| string fCraft.MapConversion.MapDat.ServerName |
|
get |
| bool fCraft.MapConversion.MapDat.SupportsExport |
|
get |
| bool fCraft.MapConversion.MapDat.SupportsImport |
|
get |
The documentation for this class was generated from the following file: