OpenTTD Source
1.11.0-beta2
|
Go to the documentation of this file.
17 enum GoalQuestionType :
byte {
41 extern GoalID _new_goal_id;
Struct about goals, current and completed.
@ GT_INDUSTRY
Destination is an industry.
@ GT_TILE
Destination is a tile.
static const GoalTypeID INVALID_GOALTYPE
Invalid/unknown index of GoalType.
@ GT_TOWN
Destination is a town.
@ GT_NONE
Destination is not linked.
static const uint32 GOAL_QUESTION_BUTTON_COUNT
Amount of buttons available.
@ GT_COMPANY
Destination is a company.
uint32 GoalTypeID
Contains either tile, industry ID, town ID or company ID (or INVALID_GOALTYPE)
@ GT_STORY_PAGE
Destination is a story page.
GoalType
Types of goal destinations.
uint16 GoalID
ID of a goal.