Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_cargo.hpp120 static bool IsFreight(CargoID cargo_type);
H A Dscript_cargo.cpp53 /* static */ bool ScriptCargo::IsFreight(CargoID cargo_type) in IsFreight() function in ScriptCargo
/dports/games/openttd/openttd-12.1/regression/regression/
H A Dmain.nut337 print(" IsFreight(): " + AICargo.IsFreight(i));
355 list.Valuate(AICargo.IsFreight);
356 print(" IsFreight ListDump:");