OpenTTD Source  20240919-master-gdf0233f4c2
yapf_cache.h File Reference
#include "../../track_type.h"

Go to the source code of this file.

Functions

void YapfNotifyTrackLayoutChange (TileIndex tile, Track track)
 Use this function to notify YAPF that track layout (or signal configuration) has change. More...
 

Detailed Description

Entry point for OpenTTD to YAPF's cache.

Definition in file yapf_cache.h.

Function Documentation

◆ YapfNotifyTrackLayoutChange()

void YapfNotifyTrackLayoutChange ( TileIndex  tile,
Track  track 
)

Use this function to notify YAPF that track layout (or signal configuration) has change.

Parameters
tilethe tile that is changed
trackwhat piece of track is changed

Definition at line 663 of file yapf_rail.cpp.

Referenced by CmdConvertRail(), and CYapfReserveTrack< Types >::TryReservePath().