Structure representing a script with a function and a name. More...
#include <scripts.h>
Public Attributes | |
ScriptFunc | script |
char * | name |
Structure representing a script with a function and a name.
ScriptFunc Script::script |
Function pointer to the script function
char* Script::name |
Name of the script