Simutrans-Squirrel-API
api_control.cc
Go to the documentation of this file.
1 
7 void sleep();
11 integer get_ops_total();
15 integer get_ops_remaining();
16 class debug {
17 public:
22  static bool pause();
29  static bool is_paused();
35  static void set_pause_on_error(bool p);
36 };
static bool is_paused()
void sleep()
static void set_pause_on_error(bool p)
integer get_ops_total()
static bool pause()
integer get_ops_remaining()