Simutrans-Squirrel-API
api_skeleton.h
Go to the documentation of this file.
1 
3 struct {
7 string author;
9 string version;
18 string api;
20 }
24 scenario;
25 
26 struct {
34 string file;
35 }
39 map;
40 
67 table persistent;
68 
string api
Required version of api.
Definition: api_skeleton.h:19
string author
Author(s) of the scenario and/or scripts.
Definition: api_skeleton.h:7
string file
Definition: api_skeleton.h:34
struct @0 scenario
string short_description
Short description of scenario, is shown for example in finance window.
Definition: api_skeleton.h:5
string version
Version of script.
Definition: api_skeleton.h:9
table persistent
Persistent data should go into this table.
Definition: api_skeleton.h:67
struct @1 map