Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Achievements.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
17 sealed class Achievements
18 {
19  private void Achievements();
20  private void ~Achievements();
21 
27  static proto bool UnlockAchievement(AchievementId achievement);
35  static proto bool IncrementAchievementProgress(AchievementStatId stat, int value);
36 }
37 
AchievementId
AchievementId
Definition: AchievementId.c:12
AchievementStatId
AchievementStatId
Definition: AchievementStatId.c:12
Achievements
Definition: Achievements.c:17