Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
The Achievement Manager Sub System. More...
Public Member Functions | |
virtual void | Dispose () |
virtual void | Initialise () |
The system is initialised. | |
virtual void | Update () |
Updates this sub system. | |
virtual void | CheckAchievements () |
This checks whether certain achievements should be award or not for this game. You should only call this once at the end of a level, and not every frame. | |
void | UnlockAchievement (object key) |
Unlocks an achievment. | |
Properties | |
SubSystemType | Type [get] |
bool | IsEnabled [get, set] |
Is this subsystem enabled. | |
Properties inherited from VerticesEngine.vxISubSystem |
The Achievement Manager Sub System.
|
virtual |
The system is initialised.
Implements VerticesEngine.vxISubSystem.
void VerticesEngine.Platform.vxAchievementManager.UnlockAchievement | ( | object | key | ) |
Unlocks an achievment.
key |
|
virtual |
Updates this sub system.
Implements VerticesEngine.vxISubSystem.
|
getset |
Is this subsystem enabled.
Implements VerticesEngine.vxISubSystem.
|
get |
Implements VerticesEngine.vxISubSystem.