load_from_globals() -> load_from_project_settings()
This commit is contained in:
parent
593e35346a
commit
e5376fb129
3 changed files with 4 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ public:
|
|||
bool event_get_action_status(const Ref<InputEvent> &p_event, const StringName &p_action, bool *p_pressed = nullptr, float *p_strength = nullptr) const;
|
||||
|
||||
const Map<StringName, Action> &get_action_map() const;
|
||||
void load_from_globals();
|
||||
void load_from_project_settings();
|
||||
void load_default();
|
||||
|
||||
InputMap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue