BaseLevelManager Class
Class org.rapo.games.managers.BaseLevelManager
Inheritance
>
BaseLevelManager
BaseLevelManager should be subclassed by a game-specific LevelManager class.
Managers are implemented with static properties and methods and should not be
instantiated.
| Method Summary |
|---|
| static Boolean | Should be overridden to contain game specific logic |
| static Boolean | Should be overridden to contain game specific logic |
checkGameOver
public static function checkGameOver():Boolean
Should be overridden to contain game specific logic
Parameters:
checkLevelComplete
public static function checkLevelComplete():Boolean
Should be overridden to contain game specific logic
Parameters:
Documentation generated by BLDoc Community Edition from B-Line Express.