Event Company New, indicating a new company has been created. More...
#include <script_event_types.hpp>
Public Member Functions | |
ScriptEventCompanyNew (Owner owner) | |
ScriptCompany::CompanyID | GetCompanyID () |
Get the CompanyID of the company that has been created. | |
Static Public Member Functions | |
static ScriptEventCompanyNew * | Convert (ScriptEvent *instance) |
Convert an ScriptEvent to the real instance. | |
Private Attributes | |
ScriptCompany::CompanyID | owner |
The new company. |
Event Company New, indicating a new company has been created.
ai
Definition at line 299 of file script_event_types.hpp.
ScriptEventCompanyNew::ScriptEventCompanyNew | ( | Owner | owner | ) | [inline] |
owner | The new company. |
Definition at line 304 of file script_event_types.hpp.
static ScriptEventCompanyNew* ScriptEventCompanyNew::Convert | ( | ScriptEvent * | instance | ) | [inline, static] |
Convert an ScriptEvent to the real instance.
instance | The instance to convert. |
Definition at line 314 of file script_event_types.hpp.
ScriptCompany::CompanyID ScriptEventCompanyNew::GetCompanyID | ( | ) | [inline] |
Get the CompanyID of the company that has been created.
Definition at line 320 of file script_event_types.hpp.
References owner.