Modulesยง
- admin
- Provides API for communicating with the OpenTTD admin interface. To read
packets, import
AdminRead, which providesread_packet. To write packets, importAdminWrite, which provideswrite_packet. The packets themselves are defined in the submodulesclient_packetsandserver_packets. - serde
- This module handles the serializing and deserializing of OpenTTD packets.