OpenTTD Source
20241108-master-g80f628063a
|
Everything we need to know about a command to be able to execute it. More...
#include <network_internal.h>
Data Fields | |
CompanyID | company |
company that is executing the command | |
uint32_t | frame |
the frame in which this packet is executed | |
bool | my_cmd |
did the command originate from "me" | |
Commands | cmd |
command being executed. | |
StringID | err_msg |
string ID of error message to use. | |
CommandCallback * | callback |
any callback function executed upon successful completion of the command. | |
CommandDataBuffer | data |
command parameters. | |
Everything we need to know about a command to be able to execute it.
Definition at line 94 of file network_internal.h.