AIEventCompanyMerger Class Reference

Event Company Merger, indicating a company has been bought by another company. More...

#include <ai_event_types.hpp>

Inheritance diagram for AIEventCompanyMerger:

AIEvent AIObject SimpleCountedObject

Public Member Functions

 AIEventCompanyMerger (Owner old_owner, Owner new_owner)
AICompany::CompanyID GetOldCompanyID ()
 Get the CompanyID of the company that has been bought.
AICompany::CompanyID GetNewCompanyID ()
 Get the CompanyID of the new owner.

Static Public Member Functions

static const char * GetClassName ()
static AIEventCompanyMergerConvert (AIEvent *instance)
 Convert an AIEvent to the real instance.

Private Attributes

AICompany::CompanyID old_owner
AICompany::CompanyID new_owner

Detailed Description

Event Company Merger, indicating a company has been bought by another company.

Definition at line 357 of file ai_event_types.hpp.


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.

Definition at line 365 of file ai_event_types.hpp.


Member Function Documentation

static AIEventCompanyMerger* AIEventCompanyMerger::Convert ( AIEvent instance  )  [inline, static]

Convert an AIEvent to the real instance.

Parameters:
instance The instance to convert.
Returns:
The converted instance.

Definition at line 376 of file ai_event_types.hpp.

AICompany::CompanyID AIEventCompanyMerger::GetOldCompanyID (  )  [inline]

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.

Definition at line 385 of file ai_event_types.hpp.

AICompany::CompanyID AIEventCompanyMerger::GetNewCompanyID (  )  [inline]

Get the CompanyID of the new owner.

Returns:
The CompanyID of the new owner.

Definition at line 391 of file ai_event_types.hpp.


The documentation for this class was generated from the following file:

Generated on Thu Oct 1 11:03:40 2009 for OpenTTD by  doxygen 1.5.6