|
OpenTTD Source 20260311-master-g511d3794ce
|
NewGRF Action 0x12 handler. More...
#include "../stdafx.h"#include "../debug.h"#include "../fontcache.h"#include "../spritecache.h"#include "newgrf_bytereader.h"#include "newgrf_internal.h"#include "../safeguards.h"Go to the source code of this file.
Functions | |
| static void | LoadFontGlyph (ByteReader &buf) |
| Action 0x12 - Define fonts. | |
| static void | SkipAct12 (ByteReader &buf) |
| Action 0x12 (SKIP). | |
NewGRF Action 0x12 handler.
Definition in file newgrf_act12.cpp.
|
static |
Action 0x12 - Define fonts.
| buf | Reader of the NewGRF. |
Definition at line 23 of file newgrf_act12.cpp.
References LoadNextSprite(), ByteReader::ReadByte(), ByteReader::ReadWord(), and SetUnicodeGlyph().
Referenced by GrfActionHandler< TAction >::Activation().
|
static |
Action 0x12 (SKIP).
| buf | Reader of the NewGRF. |
Definition at line 57 of file newgrf_act12.cpp.
References ByteReader::ReadByte(), and ByteReader::ReadWord().
Referenced by GrfActionHandler< TAction >::FileScan(), GrfActionHandler< TAction >::Init(), GrfActionHandler< TAction >::LabelScan(), GrfActionHandler< TAction >::Reserve(), and GrfActionHandler< TAction >::SafetyScan().