Everything we need to know about a command to be able to execute it. More...
#include <network_internal.h>
Data Fields | |
CommandPacket * | next |
the next command packet (if in queue) | |
CompanyByte | company |
company that is executing the command | |
uint32 | frame |
the frame in which this packet is executed | |
bool | my_cmd |
did the command originate from "me" |
Everything we need to know about a command to be able to execute it.
Definition at line 152 of file network_internal.h.