mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +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!).