Home
last modified time | relevance | path

Searched refs:GetCargoLabel (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_cargo.hpp110 static char *GetCargoLabel(CargoID cargo_type);
H A Dscript_cargo.cpp38 /* static */ char *ScriptCargo::GetCargoLabel(CargoID cargo_type) in GetCargoLabel() function in ScriptCargo
/dports/games/openttd/openttd-12.1/regression/regression/
H A Dmain.nut336 print(" GetCargoLabel(): '" + AICargo.GetCargoLabel(i) + "'");