|
OpenTTD Source 20251104-master-g3befbdd52f
|
NewGRF Action 0x00 handler for roadstops. More...
#include "../stdafx.h"#include "../debug.h"#include "../newgrf_engine.h"#include "../newgrf_roadstop.h"#include "newgrf_bytereader.h"#include "newgrf_internal.h"#include "newgrf_stringmapping.h"#include "../safeguards.h"Go to the source code of this file.
Functions | |
| static ChangeInfoResult | IgnoreRoadStopProperty (uint prop, ByteReader &buf) |
| Ignore properties for roadstops. | |
| static ChangeInfoResult | RoadStopChangeInfo (uint first, uint last, int prop, ByteReader &buf) |
NewGRF Action 0x00 handler for roadstops.
Definition in file newgrf_act0_roadstops.cpp.
|
static |
Ignore properties for roadstops.
| prop | The property to ignore. |
| buf | The property value. |
Definition at line 26 of file newgrf_act0_roadstops.cpp.
References CIR_SUCCESS, CIR_UNKNOWN, ByteReader::ReadByte(), ByteReader::ReadDWord(), ByteReader::ReadExtendedByte(), ByteReader::ReadWord(), and SkipBadgeList().
|
static |
Definition at line 69 of file newgrf_act0_roadstops.cpp.