|
OpenTTD GameScript API
1.10.0-RC1
|
Class that handles communication with the AdminPort. More...
Static Public Member Functions | |
| static bool | Send (void *table) |
| Send information to the AdminPort. More... | |
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.
| table | The information to send, in a table. For example: { param = "param" }. |
1.8.13