Simutrans-Squirrel-API
api_skeleton.h
Go to the documentation of this file.
1
3
struct
{
5
string
short_description
;
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
api
string api
Required version of api.
Definition:
api_skeleton.h:19
author
string author
Author(s) of the scenario and/or scripts.
Definition:
api_skeleton.h:7
file
string file
Definition:
api_skeleton.h:34
scenario
struct @0 scenario
short_description
string short_description
Short description of scenario, is shown for example in finance window.
Definition:
api_skeleton.h:5
version
string version
Version of script.
Definition:
api_skeleton.h:9
persistent
table persistent
Persistent data should go into this table.
Definition:
api_skeleton.h:67
map
struct @1 map
Generated by
1.8.14