When I use Input.is_action_pressed(StringName) method, I have autocomplete that suggests all the action names I have defined in my project.
I'd like to understand how it's working to be able to do something similar with a list of StringName that I have in my project.
How does the autocomplete work for Input.is_action_pressed(StringName)?