|
|
using | ScriptData = MxString |
| |
|
|
| Script (StringId hash) |
| |
|
| Script (const FilePath &path) |
| |
|
| Script (const MxString &path) |
| |
|
void | Load (StringId hash) |
| |
|
void | Load (const FilePath &path) |
| |
|
void | Load (const MxString &path) |
| |
|
void | UpdateContents () |
| |
|
void | Execute () |
| |
|
const MxString & | GetFilePath () const |
| |
|
const ScriptData & | GetContent () const |
| |
|
ScriptData & | GetContent () |
| |
The documentation for this class was generated from the following files:
- src/Core/Components/Script.h
- src/Core/Components/Script.cpp