-Rename unexisting by nonexistant, closes #1940
-Added function to retrieve list of actions fron InputMap
This commit is contained in:
@ -46,6 +46,8 @@ class InputMap : public Object {
|
||||
|
||||
List<InputEvent>::Element *_find_event(List<InputEvent> &p_list,const InputEvent& p_event) const;
|
||||
|
||||
Array _get_action_list(const StringName& p_action);
|
||||
|
||||
protected:
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user