Determines the type of the achievement. This enum defines the different types of achievements that can be used in the game. Each type has its own unique characteristics and requirements for unlocking. See more details about achievement here.
Fields
Unknown[Get]
Simple[Get]
Simple achievements are unlocked by a single event or objective completion. They are often used to reward players for completing specific tasks or milestones within the game.
Bitfield[Get]
Bitfield achievements are unlocked when a target number of bits are set within a bitfield.
Count[Get]
Count achievements are unlocked when a counter reaches a defined target. The counter is incremented each time the player completes the required action, and when it reaches the target value, the achievement is unlocked.