Creates a list of cargos that the given industry can produce. More...
#include <ai_cargolist.hpp>
Public Member Functions | |
AICargoList_IndustryProducing (IndustryID industry_id) | |
Static Public Member Functions | |
static const char * | GetClassName () |
Get the name of this class to identify it towards squirrel. |
Creates a list of cargos that the given industry can produce.
Definition at line 49 of file ai_cargolist.hpp.
AICargoList_IndustryProducing::AICargoList_IndustryProducing | ( | IndustryID | industry_id | ) |
industry_id | The industry to get the list of cargos it produces from. |
Definition at line 39 of file ai_cargolist.cpp.
References AIList::AddItem(), CT_INVALID, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), AIIndustry::IsValidIndustry(), lengthof, and Industry::produced_cargo.
static const char* AICargoList_IndustryProducing::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIList.
Definition at line 52 of file ai_cargolist.hpp.