#include <ai_event_types.hpp>
Public Member Functions | |
AIEventIndustryClose (IndustryID industry_id) | |
IndustryID | GetIndustryID () |
Get the IndustryID of the closing industry. | |
Static Public Member Functions | |
static const char * | GetClassName () |
static AIEventIndustryClose * | Convert (AIEvent *instance) |
Convert an AIEvent to the real instance. | |
Private Attributes | |
IndustryID | industry_id |
Definition at line 561 of file ai_event_types.hpp.
AIEventIndustryClose::AIEventIndustryClose | ( | IndustryID | industry_id | ) | [inline] |
static AIEventIndustryClose* AIEventIndustryClose::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
instance | The instance to convert. |
Definition at line 578 of file ai_event_types.hpp.
IndustryID AIEventIndustryClose::GetIndustryID | ( | ) | [inline] |
Get the IndustryID of the closing industry.
Definition at line 584 of file ai_event_types.hpp.