Public Attributes | |
union { | |
Action action | |
ListAction list | |
} | action |
int | isList |
int | isFinished |
struct ActionNode * | next |
union { ... } ActionNode::action |
action of the node (either an actual action or a list of actions)
int ActionNode::isFinished |
tells whether or not the node is finished
int ActionNode::isList |
tells whether the node is an actual action or a list of actions
struct ActionNode* ActionNode::next |
next node of the action list