display wren script in properties

This commit is contained in:
Émeryc
2023-07-15 22:19:57 -04:00
parent cb0197d654
commit 15cce7496f
4 changed files with 28 additions and 3 deletions

View File

@@ -164,6 +164,11 @@ namespace Nuake
WrenInterpretResult result = wrenCall(vm, handle);
}
Ref<File> WrenScript::GetFile() const
{
return mFile;
}
void WrenScript::SetScriptableEntityID(int id)
{
if (!m_HasCompiledSuccesfully)