#include <ai_event_types.hpp>
Public Member Functions | |
AIEventCompanyNew (Owner owner) | |
AICompany::CompanyID | GetCompanyID () |
Get the CompanyID of the company that has been created. | |
Static Public Member Functions | |
static const char * | GetClassName () |
static AIEventCompanyNew * | Convert (AIEvent *instance) |
Convert an AIEvent to the real instance. | |
Private Attributes | |
AICompany::CompanyID | owner |
Definition at line 299 of file ai_event_types.hpp.
AIEventCompanyNew::AIEventCompanyNew | ( | Owner | owner | ) | [inline] |
static AIEventCompanyNew* AIEventCompanyNew::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
instance | The instance to convert. |
Definition at line 316 of file ai_event_types.hpp.
AICompany::CompanyID AIEventCompanyNew::GetCompanyID | ( | ) | [inline] |
Get the CompanyID of the company that has been created.
Definition at line 322 of file ai_event_types.hpp.