Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
This class holds all information for an achievement. More...
Public Member Functions | |
vxAchievement (string gameId, string platformId, string title, string description) | |
Create a new achievement description which | |
void | SetState (bool state) |
Properties | |
bool | IsUnlocked [get, set] |
string | ID [get] |
Gets the identifier ID for the achievements for the given platform. | |
string | PlatformID [get] |
string | Title [get] |
string | Description [get] |
This class holds all information for an achievement.
VerticesEngine.Profile.vxAchievement.vxAchievement | ( | string | gameId, |
string | platformId, | ||
string | title, | ||
string | description ) |
Create a new achievement description which
gameId | |
platformId | |
title | |
description |
|
get |
Gets the identifier ID for the achievements for the given platform.
The identifier.