Simutrans-Squirrel-API
|
Go to the source code of this file.
Functions | |
void | include (string filename) |
exports include.
Definition in file api_include.cc.
void include | ( | string | filename | ) |
Includes the given file. The file will be included in global scope. Inclusion happens when the include-command gets executed. No compile time inclusion!
filename | name of file to be included (relative to scenario directory, without .nut extension) |