OpenTTD Source 20250331-master-g3c15e0c889
newgrf_act0_railtypes.cpp File Reference

NewGRF Action 0x00 handler for railtypes. More...

#include "../stdafx.h"
#include "../debug.h"
#include "../rail.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 RailTypeChangeInfo (uint first, uint last, int prop, ByteReader &buf)
 Define properties for railtypes.
 
static ChangeInfoResult RailTypeReserveInfo (uint first, uint last, int prop, ByteReader &buf)
 

Detailed Description

NewGRF Action 0x00 handler for railtypes.

Definition in file newgrf_act0_railtypes.cpp.

Function Documentation

◆ RailTypeChangeInfo()

◆ RailTypeReserveInfo()

static ChangeInfoResult RailTypeReserveInfo ( uint  first,
uint  last,
int  prop,
ByteReader buf 
)
static

Definition at line 161 of file newgrf_act0_railtypes.cpp.