Method | Description | |
---|---|---|
Claims ( string path ) : bool |
Allows validating the map format while using minimal resources.
|
|
ClaimsName ( string fileName ) : bool |
Returns true if the filename (or directory name) matches this format's expectations.
|
|
Load ( string path ) : Map |
Fully loads map from specified location.
|
|
LoadHeader ( string path ) : Map |
Attempts to load map dimensions from specified location.
|
|
Save ( Map mapToSave, string path ) : bool |
Saves given map at the given location.
|
Method | Description | |
---|---|---|
LoadInternal ( Stream stream, bool readLayers ) : Map | ||
ReadString ( |
||
WriteString ( |
public Save ( Map mapToSave, string path ) : bool | ||
mapToSave | Map | |
path | string | |
return | bool |