Add better Visual Script debugger tooltips display

This commit is contained in:
Wojtek Figat
2023-12-16 18:14:16 +01:00
parent 64e391df24
commit 0dd7e86537
2 changed files with 45 additions and 3 deletions

View File

@@ -892,6 +892,11 @@ void VisualScriptExecutor::ProcessGroupFunction(Box* boxBase, Node* node, Value&
PrintStack(LogType::Error);
break;
}
if (boxBase->ID == 1)
{
value = instance;
break;
}
// TODO: check if instance is of event type (including inheritance)
// Add Visual Script method to the event bindings table