display wren script in properties
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user