OpenTTD GameScript API 20250111-master-g8b664a42b0
|
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" }. |