(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
This commit is contained in:
@@ -35,8 +35,9 @@ public:
|
||||
* Initialize the script and prepare it for its first run.
|
||||
* @param main_script The full path of the script to load.
|
||||
* @param instance_name The name of the instance out of the script to load.
|
||||
* @param company Which company this script is serving.
|
||||
*/
|
||||
void Initialize(const char *main_script, const char *instance_name);
|
||||
void Initialize(const char *main_script, const char *instance_name, CompanyID company);
|
||||
|
||||
/**
|
||||
* Get the value of a setting of the current instance.
|
||||
|
Reference in New Issue
Block a user