Callbacks and function references in Godot 3 using FuncRefs

While functions are not first-class objects in Godot, FuncRefs can help replace some of that missing functionality. Using the built-in …

0 views