Represents a list of MoveCommand objects. More...
#include <NullObject_MoveCommandList.h>
Public Attributes | |
MoveCommand ** | commands |
Array of pointers to MoveCommand objects. | |
size_t | commands_count |
Number of commands in the commands array. | |
Represents a list of MoveCommand objects.
Definition at line 19 of file NullObject_MoveCommandList.h.
MoveCommand** commands |
Array of pointers to MoveCommand objects.
Definition at line 21 of file NullObject_MoveCommandList.h.
Referenced by _MoveProcessor_ExecuteMoves(), _MoveProcessor_ShowMoves(), MoveCommandList_Add(), MoveCommandList_Clear(), and MoveCommandList_Initialize().
size_t commands_count |
Number of commands in the commands
array.
Definition at line 22 of file NullObject_MoveCommandList.h.
Referenced by _MoveProcessor_ExecuteMoves(), _MoveProcessor_ShowMoves(), MoveCommandList_Add(), MoveCommandList_Clear(), and MoveCommandList_Initialize().