|
OpenTTD Source
1.11.0-beta2
|
#include "../stdafx.h"#include <squirrel.h>#include "../string_func.h"#include "../strings_func.h"#include "../safeguards.h"Go to the source code of this file.
Functions | |
| void | Script_CreateDummyInfo (HSQUIRRELVM vm, const char *type, const char *dir) |
| Run the dummy info.nut. | |
| void | Script_CreateDummy (HSQUIRRELVM vm, StringID string, const char *type) |
| Run the dummy AI and let it generate an error message. | |
Implementation of a dummy Script.
Definition in file script_info_dummy.cpp.