public interface IMapInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getBoundaryBottom()
Returns the bottom boundary of the playable size of the map.
|
int |
getBoundaryLeft()
Returns the left boundary of the playable size of the map.
|
int |
getBoundaryRight()
Returns the right boundary of the playable size of the map.
|
int |
getBoundaryTop()
Returns the top boundary of the playable size of the map.
|
java.lang.String |
getCustomLargePreviewPath()
Returns the large preview path in case of custom (
getLargePreviewType()). |
java.lang.String |
getCustomSmallPreviewPath()
Returns the small preview path in case of custom (
getSmallPreviewType()). |
java.lang.String |
getFogType()
Returns the fog of War type.
|
int |
getHeight()
Returns the height of the map.
|
int |
getLargePreviewType()
Returns the large preview type; 0 = None, 1 = Minimap, 2 = Custom.
|
int |
getPlayableHeight()
Returns the playable height of the map.
|
java.lang.String |
getPlayableSizeString()
Returns the playable size of the map in a format of
WIDTHxHEIGHT. |
int |
getPlayableWidth()
Returns the playable width of the map.
|
java.lang.String |
getSizeString()
Returns the size of the map in a format of
WIDTHxHEIGHT. |
int |
getSmallPreviewType()
Returns the small preview type; 0 = None, 1 = Minimap, 2 = Custom.
|
java.lang.String |
getTileSet()
Returns the tile set used on the map.
|
int |
getVersion()
Returns the version of the map file.
|
int |
getWidth()
Returns the width of the map.
|
int getVersion()
int getWidth()
int getHeight()
int getSmallPreviewType()
java.lang.String getCustomSmallPreviewPath()
getSmallPreviewType()).getSmallPreviewType())int getLargePreviewType()
java.lang.String getCustomLargePreviewPath()
getLargePreviewType()).getLargePreviewType())java.lang.String getFogType()
java.lang.String getTileSet()
int getBoundaryLeft()
int getBoundaryBottom()
int getBoundaryRight()
int getBoundaryTop()
int getPlayableWidth()
int getPlayableHeight()
java.lang.String getSizeString()
WIDTHxHEIGHT.WIDTHxHEIGHTjava.lang.String getPlayableSizeString()
WIDTHxHEIGHT.WIDTHxHEIGHT
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.