Simutrans-Squirrel-API
api_line.cc
Go to the documentation of this file.
1 
15 class line_list_x {
16 public:
20 private:
21  void _nexti();
22 public:
26 private:
27  line_x _get();
28 public:
32  integer get_count();
33 };
38 public:
42  bool is_valid();
47  string get_name();
52  void set_name(string);
66  array<integer> get_goods_catg_index();
71  array<integer> get_capacity();
76  array<integer> get_transported_goods();
81  array<integer> get_convoy_count();
86  array<integer> get_revenue();
91  array<integer> get_cost();
96  array<integer> get_profit();
101  array<integer> get_traveled_distance();
106  array<integer> get_way_tolls();
125  void destroy(player_x);
126 };
way_types
Definition: api_const.cc:118
schedule_x get_schedule()
array< integer > get_transported_goods()
void set_name(string)
line_x _get()
void _nexti()
string get_name()
integer get_count()
array< integer > get_convoy_count()
bool is_valid()
player_x get_owner()
void destroy(player_x)
array< integer > get_profit()
convoy_list_x get_convoy_list()
array< integer > get_way_tolls()
array< integer > get_cost()
array< integer > get_goods_catg_index()
array< integer > get_capacity()
array< integer > get_traveled_distance()
void change_schedule(player_x, schedule_x)
array< integer > get_revenue()
way_types get_waytype()