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 game
Definition at line 300 of file script_event_types.hpp.
| ScriptEventCompanyNew::ScriptEventCompanyNew | ( | Owner | owner | ) | [inline] |
| owner | The new company. |
Definition at line 305 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 315 of file script_event_types.hpp.
| ScriptCompany::CompanyID ScriptEventCompanyNew::GetCompanyID | ( | ) | [inline] |
Get the CompanyID of the company that has been created.
Definition at line 321 of file script_event_types.hpp.
References owner.
1.7.1