OpenTTD Source 20260129-master-g2bb01bd0e4
ScoreInfo Struct Reference

Data structure for storing how the score is computed for a single score id. More...

#include <economy_type.h>

Data Fields

int score
 How much score it will give.
 
int needed
 How much you need to get the perfect score.
 

Detailed Description

Data structure for storing how the score is computed for a single score id.

Definition at line 84 of file economy_type.h.

Field Documentation

◆ needed

int ScoreInfo::needed

How much you need to get the perfect score.

Definition at line 86 of file economy_type.h.

◆ score

int ScoreInfo::score

How much score it will give.

Definition at line 85 of file economy_type.h.


The documentation for this struct was generated from the following file: