MagicAchievementSpoilerLevel

How much information about an achievement is shown to the player in the Intel screen. See each enum for details.

Entries

Link copied to clipboard

The achievement is visible to the player at all times, and its progress is shown.

Link copied to clipboard

Appears as an entry in the achievements list, but the name and description is hidden. This is intended for achievements that the player is likely to unlock naturally, but that you don't want to spoil. Avoid using this for achievements that they player would never complete without knowing what to do, as that would be frustrating.

Link copied to clipboard

Not shown at all until unlocked. This is intended for achievements that the player is unlikely to unlock easily, but may unlock rarely. Good for things that require luck.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard