TopDown Engine
v4.1
|
That class is meant to be extended to implement the achievement rules specific to your game. More...
Public Member Functions | |
virtual void | PrintCurrentStatus () |
virtual void | OnMMEvent (MMGameEvent gameEvent) |
When we catch an MMGameEvent, we do stuff based on its name More... | |
Public Member Functions inherited from MoreMountains.Tools.MMEventListener< MMGameEvent > | |
void | OnMMEvent (T eventType) |
Public Attributes | |
MMAchievementList | AchievementList |
bool | PrintCurrentStatusBtn |
Protected Member Functions | |
virtual void | Awake () |
On Awake, loads the achievement list and the saved file More... | |
virtual void | OnEnable () |
On enable, we start listening for MMGameEvents. You may want to extend that to listen to other types of events. More... | |
virtual void | OnDisable () |
On disable, we stop listening for MMGameEvents. You may want to extend that to stop listening to other types of events. More... | |
That class is meant to be extended to implement the achievement rules specific to your game.
|
protectedvirtual |
On Awake, loads the achievement list and the saved file
|
protectedvirtual |
On disable, we stop listening for MMGameEvents. You may want to extend that to stop listening to other types of events.
Reimplemented in MoreMountains.TopDownEngine.AchievementRules.
|
protectedvirtual |
On enable, we start listening for MMGameEvents. You may want to extend that to listen to other types of events.
Reimplemented in MoreMountains.TopDownEngine.AchievementRules.
|
virtual |
When we catch an MMGameEvent, we do stuff based on its name
gameEvent | Game event. |
Reimplemented in MoreMountains.TopDownEngine.AchievementRules.
|
virtual |
MMAchievementList MoreMountains.Tools.MMAchievementRules.AchievementList |
bool MoreMountains.Tools.MMAchievementRules.PrintCurrentStatusBtn |