cAchievementDefinition struct
Public types
- enum Flags { kFlagAutomatic = 1, kFlagGameScope = 2, kTriggerOpGreaterEqual = 0x000, kTriggerOpGreater = 0x100, kTriggerOpEqual = 0x200, kTriggerOpLess = 0x300, kTriggerOpLessEqual = 0x400, kTriggerOpNotEqual = 0x500, kTriggerOpMask = 0x700 }
Public variables
Enum documentation
enum Pollinator:: cAchievementDefinition:: Flags
| Enumerators | |
|---|---|
| kFlagAutomatic |
If present, the achievement will be granted automatically upon adding progress if it exceeds the trigger. |
| kFlagGameScope |
|
| kTriggerOpGreaterEqual |
|
| kTriggerOpGreater |
|
| kTriggerOpEqual |
|
| kTriggerOpLess |
|
| kTriggerOpLessEqual |
|
| kTriggerOpNotEqual |
|
| kTriggerOpMask |
|