|
Brunot
|
Calls a function with void return type passed as parameter. More...
#include "Actions/Action.h"Go to the source code of this file.
Classes | |
| class | CallFunctionAction< T > |
| Calls a function with void return type passed as parameter. More... | |
Calls a function with void return type passed as parameter.
Currently only takes a void function with no parameters. Because of this, it should only be called when performing simple tasks.