SANDAL2
A SDL2 Wrapper in C
All Classes Files Functions Variables Macros Pages
Public Attributes | List of all members
ActionNode Struct Reference
Collaboration diagram for ActionNode:
Collaboration graph
[legend]

Public Attributes

union {
   Action   action
 
   ListAction   list
 
action
 
int isList
 
int isFinished
 
struct ActionNodenext
 

Member Data Documentation

◆ action

union { ... } ActionNode::action

action of the node (either an actual action or a list of actions)

◆ isFinished

int ActionNode::isFinished

tells whether or not the node is finished

◆ isList

int ActionNode::isList

tells whether the node is an actual action or a list of actions

◆ next

struct ActionNode* ActionNode::next

next node of the action list


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