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