![]() |
ManiaScript Trackmania 2020
24/05/2021
|
Event concerning achievements. More...
#include <2021_05_24.h>
Public Types | |
enum | EType { NewAchievement } |
Public Attributes | |
const CAchievementsEvent::EType | Type |
const CAchievementsAchievement | Achievement |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
const Ident | Id |
Event concerning achievements.
Supported declare modes :
Definition at line 17309 of file 2021_05_24.h.
Enumerator | |
---|---|
NewAchievement |
Definition at line 17314 of file 2021_05_24.h.
const CAchievementsAchievement CAchievementsEvent::Achievement |
When Type is NewAchievement, this will be the new achievement
Definition at line 17324 of file 2021_05_24.h.
const CAchievementsEvent::EType CAchievementsEvent::Type |
Type of the event.
Definition at line 17320 of file 2021_05_24.h.