Event Company Merger, indicating a company has been bought by another company.
More...
Detailed Description
Event Company Merger, indicating a company has been bought by another company.
Constructor & Destructor Documentation
AIEventCompanyMerger::AIEventCompanyMerger |
( |
Owner |
old_owner, |
|
|
Owner |
new_owner | |
|
) |
| | [inline] |
- Parameters:
-
| old_owner | The company bought off. |
| new_owner | The company that bougth owner. |
Member Function Documentation
Convert an AIEvent to the real instance.
- Parameters:
-
| instance | The instance to convert. |
- Returns:
- The converted instance.
Get the CompanyID of the new owner.
- Returns:
- The CompanyID of the new owner.
Get the CompanyID of the company that has been bought.
- Returns:
- The CompanyID of the company that has been bought.
- Note:
- : The value below is not valid anymore as CompanyID, and AICompany::ResolveCompanyID will return COMPANY_COMPANY. It's only usefull if you're keeping track of company's yourself.