Module packet

Source

Modulesยง

admin
Provides API for communicating with the OpenTTD admin interface. To read packets, import AdminRead, which provides read_packet. To write packets, import AdminWrite, which provides write_packet. The packets themselves are defined in the submodules client_packets and server_packets.
serde
This module handles the serializing and deserializing of OpenTTD packets.