mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 12:50:12 +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!).