tsu icon indicating copy to clipboard operation
tsu copied to clipboard

Function nodes sometimes gets replaced

Open mihe opened this issue 5 years ago • 0 comments

If you start the editor and a script for whatever reason doesn't parse/compile then calls that are using functions from it can sometimes mysteriously get replaced with calls to similar named functions. This is due to some code inside K2Node_CallFunction.cpp that explicitly does this for function libraries.

Might be worthwile to submit a PR that lets you disable this functionality somehow.

mihe avatar Mar 25 '19 19:03 mihe