5#ifndef TEAM2026_ACTIONNODE_H
6#define TEAM2026_ACTIONNODE_H
Definition ActionNode.h:12
void action() override
execute the actionFunction on raising front
Definition ActionNode.h:23
std::function< void()> actionFunction
std::function pointing to the action to realize
Definition ActionNode.h:30
bool enabled() override
An action node is enabled if active.
Definition ActionNode.h:18
bool active
true if the node is currently active
Definition Node.h:35