Files
godot/editor
Ignacio Etcheverry aa9908e4f6 Script API methods must return Ref<T> instead of Reference*
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!).
2019-07-05 09:38:28 +02:00
..
2019-07-02 13:35:30 +02:00
2019-04-06 18:05:05 +02:00
2019-06-04 16:24:32 +02:00
2019-06-06 02:40:20 -03:00