|
Hymn to Beauty
C++ 3D Engine
|
Information about a file containing a script. More...
#include <ScriptFile.hpp>
Public Member Functions | |
| Json::Value | Save () const |
| Saves the scriptfile to Json value. More... | |
| void | Load (const std::string &name) |
| Loads the script information. More... | |
Public Attributes | |
| std::string | name = "" |
| The name of the script. More... | |
| std::string | path |
| The folder containing the script file. More... | |
| std::string | module = "" |
| The name of the module. More... | |
| std::vector< std::string > | functionList |
| A list containing all the functions for the script. More... | |
Information about a file containing a script.
| void ScriptFile::Load | ( | const std::string & | name | ) |
Loads the script information.
| name | Name of the script. |
| Json::Value ScriptFile::Save | ( | ) | const |
Saves the scriptfile to Json value.
| std::vector<std::string> ScriptFile::functionList |
A list containing all the functions for the script.
| std::string ScriptFile::module = "" |
The name of the module.
| std::string ScriptFile::name = "" |
The name of the script.
| std::string ScriptFile::path |
The folder containing the script file.