Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Platform.vxAchievementManager Class Reference

The Achievement Manager Sub System. More...

Inheritance diagram for VerticesEngine.Platform.vxAchievementManager:
VerticesEngine.vxIEngineSubSystem VerticesEngine.vxISubSystem

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

Detailed Description

The Achievement Manager Sub System.

Member Function Documentation

◆ Initialise()

virtual void VerticesEngine.Platform.vxAchievementManager.Initialise ( )
virtual

The system is initialised.

Implements VerticesEngine.vxISubSystem.

◆ UnlockAchievement()

void VerticesEngine.Platform.vxAchievementManager.UnlockAchievement ( object key)

Unlocks an achievment.

Parameters
key

◆ Update()

virtual void VerticesEngine.Platform.vxAchievementManager.Update ( )
virtual

Updates this sub system.

Implements VerticesEngine.vxISubSystem.

Property Documentation

◆ IsEnabled

bool VerticesEngine.Platform.vxAchievementManager.IsEnabled
getset

Is this subsystem enabled.

Implements VerticesEngine.vxISubSystem.

◆ Type

SubSystemType VerticesEngine.Platform.vxAchievementManager.Type
get

The documentation for this class was generated from the following file: