|
Hymn to Beauty
C++ 3D Engine
|
Used to edit a script. More...
#include <ScriptEditor.hpp>
Public Member Functions | |
| void | Show () |
| Show the editor. More... | |
| const ScriptFile * | GetScript () const |
| Get the script file being edited. More... | |
| void | SetScript (ScriptFile *script) |
| Set the script file to edit. More... | |
| bool | IsVisible () const |
| Get whether the window is visible. More... | |
| void | SetVisible (bool visible) |
| Set whether the window should be visible. More... | |
Used to edit a script.
| const ScriptFile * ScriptEditor::GetScript | ( | ) | const |
Get the script file being edited.
| bool ScriptEditor::IsVisible | ( | ) | const |
Get whether the window is visible.
| void ScriptEditor::SetScript | ( | ScriptFile * | script | ) |
Set the script file to edit.
| script | Script file to edit. |
| void ScriptEditor::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void ScriptEditor::Show | ( | ) |
Show the editor.