OpenTTD Source 20260206-master-g4d4e37dbf1
newgrf_act0_aircraft.cpp File Reference

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

#include "../stdafx.h"
#include "../debug.h"
#include "../newgrf_cargo.h"
#include "../newgrf_engine.h"
#include "../newgrf_sound.h"
#include "newgrf_bytereader.h"
#include "newgrf_internal_vehicle.h"
#include "newgrf_internal.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

static ChangeInfoResult AircraftVehicleChangeInfo (uint first, uint last, int prop, ByteReader &buf)
 Define properties for aircraft.

Detailed Description

NewGRF Action 0x00 handler for aircraft.

Definition in file newgrf_act0_aircraft.cpp.

Function Documentation

◆ AircraftVehicleChangeInfo()