|
OpenTTD GameScript API 20260110-master-g14e0917ae4
|
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" }. |