mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 00:25:19 +00:00
ptrcall assumes methods that return a Reference type do so with Ref<T>. Returning Reference* from a method exposed to the scripting API completely breaks ptrcalls to this method (it can be quite hard to debug!).