Public Member Functions | Data Fields

CommandPacket Struct Reference

Everything we need to know about a command to be able to execute it. More...

#include <network_internal.h>

Inheritance diagram for CommandPacket:
CommandContainer

Public Member Functions

 CommandPacket ()
 Make sure the pointer is NULL.

Data Fields

CommandPacketnext
 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"

Detailed Description

Everything we need to know about a command to be able to execute it.

Definition at line 153 of file network_internal.h.


Constructor & Destructor Documentation

CommandPacket::CommandPacket (  )  [inline]

Make sure the pointer is NULL.

Definition at line 155 of file network_internal.h.


The documentation for this struct was generated from the following file: