Public Member Functions | Static Public Member Functions | Private Attributes

AIEventIndustryClose Class Reference

Event Industry Close, indicating an industry is going to be closed. More...

#include <ai_event_types.hpp>

Inheritance diagram for AIEventIndustryClose:
AIEvent AIObject SimpleCountedObject

Public Member Functions

 AIEventIndustryClose (IndustryID industry_id)
IndustryID GetIndustryID ()
 Get the IndustryID of the closing industry.

Static Public Member Functions

static const char * GetClassName ()
 Get the name of this class to identify it towards squirrel.
static AIEventIndustryCloseConvert (AIEvent *instance)
 Convert an AIEvent to the real instance.

Private Attributes

IndustryID industry_id

Detailed Description

Event Industry Close, indicating an industry is going to be closed.

Definition at line 632 of file ai_event_types.hpp.


Constructor & Destructor Documentation

AIEventIndustryClose::AIEventIndustryClose ( IndustryID  industry_id  )  [inline]
Parameters:
industry_id The new industry.

Definition at line 640 of file ai_event_types.hpp.


Member Function Documentation

static AIEventIndustryClose* AIEventIndustryClose::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 650 of file ai_event_types.hpp.

static const char* AIEventIndustryClose::GetClassName (  )  [inline, static]

Get the name of this class to identify it towards squirrel.

Reimplemented from AIEvent.

Definition at line 635 of file ai_event_types.hpp.

IndustryID AIEventIndustryClose::GetIndustryID (  )  [inline]

Get the IndustryID of the closing industry.

Returns:
The IndustryID of the industry.

Definition at line 656 of file ai_event_types.hpp.


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