OpenTTD Source
20241108-master-g80f628063a
|
Entry point for OpenTTD to YAPF's cache. More...
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... | |
Entry point for OpenTTD to YAPF's cache.
Definition in file yapf_cache.h.
Use this function to notify YAPF that track layout (or signal configuration) has change.
tile | the tile that is changed |
track | what piece of track is changed |
Definition at line 635 of file yapf_rail.cpp.
Referenced by CmdConvertRail(), and CYapfReserveTrack< Types >::TryReservePath().