I'm interested in making something similar to the call method track in the Animation Player node, where all methods that can be called by a node are displayed along with the object that the method corresponds to. I've tried using the get_method_list()
method, but it didn't seem to have a lot of relevant information about the node that the method came from (I'm not too sure what the "id" value in the methods are, though). If anyone has any idea how to get that information, it would be greatly appreciated. Thanks!