|
OpenTTD NoAI API
|
Event Company New, indicating a new company has been created. More...
Public Member Functions | |
| AIEventCompanyNew (Owner owner) | |
| AICompany::CompanyID | GetCompanyID () |
| Get the CompanyID of the company that has been created. | |
Static Public Member Functions | |
| static AIEventCompanyNew * | Convert (AIEvent *instance) |
| Convert an AIEvent to the real instance. | |
Event Company New, indicating a new company has been created.
| AIEventCompanyNew::AIEventCompanyNew | ( | Owner | owner | ) | [inline] |
| owner | The new company. |
| static AIEventCompanyNew* AIEventCompanyNew::Convert | ( | AIEvent * | instance | ) | [inline, static] |
Convert an AIEvent to the real instance.
| instance | The instance to convert. |
| AICompany::CompanyID AIEventCompanyNew::GetCompanyID | ( | ) | [inline] |
Get the CompanyID of the company that has been created.
1.7.5