|
OpenTTD Source 20260721-master-g25ec12c62d
|
NewGRF Action 0x13 handler. More...
#include "../stdafx.h"#include "../debug.h"#include "../newgrf_text.h"#include "../string_func.h"#include "../strings_func.h"#include "newgrf_bytereader.h"#include "newgrf_internal.h"#include "table/strings.h"#include "../safeguards.h"Go to the source code of this file.
Functions | |
| static void | TranslateGRFStrings (ByteReader &buf) |
| Action 0x13 - Load translation. | |
NewGRF Action 0x13 handler.
Definition in file newgrf_act13.cpp.
|
static |
Action 0x13 - Load translation.
| buf | Reader of the NewGRF. |
Definition at line 26 of file newgrf_act13.cpp.
References Activated, AddGRFString(), GRFError::data, DisableGrf(), FormatArrayAsHex(), GetGRFConfig(), GetString(), Initialised, ByteReader::ReadByte(), ByteReader::ReadLabel(), ByteReader::ReadString(), and ByteReader::ReadWord().
Referenced by GrfActionHandler< TAction >::Activation().