wyvern.lib
Interface GameMap.UnloadMapConstants
- All Known Implementing Classes:
- AbstractGameMap, BackgroundMapLoader
- Enclosing interface:
- GameMap
- public static interface GameMap.UnloadMapConstants
Codes returned by the GameMap.dismantle() method, which
attempts to unload a map from memory.
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
MAP_NOT_LOADED
public static final int MAP_NOT_LOADED
- See Also:
- Constant Field Values
MAP_CONTAINS_PLAYERS
public static final int MAP_CONTAINS_PLAYERS
- See Also:
- Constant Field Values