|
OpenTTD GameScript API 20251104-master-g6d5f150b3d
|
Class that handles communication with the AdminPort. More...
#include <script_admin.hpp>
Static Public Member Functions | |
| static bool | Send (table data) |
| Send information to the AdminPort. | |
Class that handles communication with the AdminPort.
|
static |
Send information to the AdminPort.
The information can be anything as long as it isn't a class or instance thereof.
| data | The information to send, in a table. For example: { param = "param" }. |