+2 votes

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!

Godot version 3.3
in Engine by (20 points)

Yes, get_method_list() returns list of methods with signatures.
What kind of "relevant information" do you need specifically?

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.