OpenTTD Source 20241224-master-gee860a5c8e
NamedGRFIdentifier Struct Reference

Container to hold the GRF identifier (GRF ID + MD5 checksum) and the name associated with that NewGRF. More...

#include <network_game_info.h>

Data Fields

GRFIdentifier ident
 The unique identifier of the NewGRF.
 
std::string name
 The name of the NewGRF.
 

Detailed Description

Container to hold the GRF identifier (GRF ID + MD5 checksum) and the name associated with that NewGRF.

Definition at line 130 of file network_game_info.h.

Field Documentation

◆ ident

GRFIdentifier NamedGRFIdentifier::ident

The unique identifier of the NewGRF.

Definition at line 131 of file network_game_info.h.

◆ name

std::string NamedGRFIdentifier::name

The name of the NewGRF.

Definition at line 132 of file network_game_info.h.


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