Stage

enum Stage

The current stage of the bounty. CAUTION: ORDER MATTERS.

Entries

Link copied to clipboard

Not yet accepted.

Link copied to clipboard

Player has accepted the bounty but not done anything else yet.

Link copied to clipboard

The player failed the bounty because they salvaged the flagship and weren't allowed to. Note: A few bits of code use this ordinal as the threshold for whether the bounty is complete or not; don't add a new Stage above this if it isn't some variation of "completed/failed".

Link copied to clipboard

The bounty expired because the player accepted it but didn't complete it in time.

Link copied to clipboard

The player dismissed the bounty permanently (and they never accepted it).

Link copied to clipboard

The bounty expired and the player never accepted it. It will be regenerated.

Link copied to clipboard

The bounty ended, probably due to another fleet destroying the bounty fleet.

Link copied to clipboard

The player successfully completed the bounty!

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. This method may be used to iterate over the constants.