mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-18 02:17:27 +00:00
This function pointer is needed to stay close to internal Godot's ScriptInstance class. Besides, by removing this function pointer, we had to do property list create/free each time we want to access type which is quadratic complexity :/