17 enum GoalQuestionType : uint8_t {
Type (helpers) for enums.
uint16_t GoalID
ID of a goal.
GoalType
Types of goal destinations.
@ GT_INDUSTRY
Destination is an industry.
@ GT_STORY_PAGE
Destination is a story page.
@ GT_COMPANY
Destination is a company.
@ GT_NONE
Destination is not linked.
@ GT_TILE
Destination is a tile.
@ GT_TOWN
Destination is a town.
uint32_t GoalTypeID
Contains either tile, industry ID, town ID, company ID, or story page ID.
static const GoalID INVALID_GOAL
Constant representing a non-existing goal.
static const uint32_t GOAL_QUESTION_BUTTON_COUNT
Amount of buttons available.
Struct about goals, current and completed.