ActionScript3 Reference
Class Achievement
Namespace: playerio
Language: ActionScript 3
An Achievement
Properties | |||
---|---|---|---|
public |
True when progress == progressGoal |
||
public |
The description |
||
public |
The id of the achivement |
||
public |
A url to the image of the achievement |
||
public |
Last updated time, in UTC |
||
public |
Current progress made towards the ProgressGoal of this achievement |
||
public |
The progress value to reach to complete the achievement |
||
public |
A value in the range [0:1] indicating the progress made towards completion. |
||
public |
The title of the achievement |
Achievement.completed
public |
|
True when progress == progressGoal
Achievement.description
public |
|
The description
Achievement.id
public |
|
The id of the achivement
Achievement.imageUrl
public |
|
A url to the image of the achievement
Achievement.lastUpdated
public |
|
Last updated time, in UTC
Achievement.progress
public |
|
Current progress made towards the ProgressGoal of this achievement
Achievement.progressGoal
public |
|
The progress value to reach to complete the achievement
Achievement.progressRatio
public |
|
A value in the range [0:1] indicating the progress made towards completion.
Achievement.title
public |
|
The title of the achievement