14 Json::Value
Save()
const;
Information about a file containing a script.
Definition: ScriptFile.hpp:8
std::string name
The name of the script.
Definition: ScriptFile.hpp:23
std::string module
The name of the module.
Definition: ScriptFile.hpp:29
void Load(const std::string &name)
Loads the script information.
Definition: ScriptFile.cpp:10
std::string path
The folder containing the script file.
Definition: ScriptFile.hpp:26
std::vector< std::string > functionList
A list containing all the functions for the script.
Definition: ScriptFile.hpp:32
Json::Value Save() const
Saves the scriptfile to Json value.
Definition: ScriptFile.cpp:3