Everything we need to know about a command to be able to execute it. More...
#include <network_internal.h>
Public Member Functions | |
| CommandPacket () | |
| Make sure the pointer is NULL. | |
Data Fields | |
| CommandPacket * | next |
| the next command packet (if in queue) | |
| CompanyID | 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 153 of file network_internal.h.
| CommandPacket::CommandPacket | ( | ) | [inline] |
Make sure the pointer is NULL.
Definition at line 155 of file network_internal.h.
1.7.1