Creates a list of cargos that the given industry accepts. More...
#include <ai_cargolist.hpp>
Public Member Functions | |
AICargoList_IndustryAccepting (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 accepts.
Definition at line 34 of file ai_cargolist.hpp.
AICargoList_IndustryAccepting::AICargoList_IndustryAccepting | ( | IndustryID | industry_id | ) |
industry_id | The industry to get the list of cargos it accepts from. |
Definition at line 25 of file ai_cargolist.cpp.
References Industry::accepts_cargo, AIList::AddItem(), CT_INVALID, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), AIIndustry::IsValidIndustry(), and lengthof.
static const char* AICargoList_IndustryAccepting::GetClassName | ( | ) | [inline, static] |
Get the name of this class to identify it towards squirrel.
Reimplemented from AIList.
Definition at line 37 of file ai_cargolist.hpp.