| OpenTTD
    | 
Entry point for OpenTTD to YAPF's cache. More...
#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. | |
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 651 of file yapf_rail.cpp.
Referenced by AfterLoadGame(), CmdBuildBridge(), CmdBuildRailStation(), CmdBuildRailWaypoint(), CmdBuildRoad(), CmdBuildSingleRail(), CmdBuildSingleSignal(), CmdBuildTrainDepot(), CmdBuildTunnel(), CmdConvertRail(), CmdRemoveSingleRail(), CmdRemoveSingleSignal(), DoClearBridge(), DoClearTunnel(), RemoveFromRailBaseStation(), RemoveRoad(), and CYapfReserveTrack< Types >::TryReservePath().
 1.8.1.2
 1.8.1.2