Nosa
Nosa
I need an example how I should use easy chart, please?
@fenix-hub Hi, no problem. thank you for your response.
> I'm stucked... > Could you provide me a simple working example for loading and instancing python script in gdscript and calling a function declared in @Exposed Class? Hi, could...
> You can load it like a gdscript. > > ``` > var loadedScript = load("res://PythonScript.py") > > var loadedScriptInstance = loadedScript.new() > > loadedScriptInstance.funcToInitVar() > var testReturn = loadedScriptInstance.funcToLaunch()...