mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Change Array arguments to TypedArray
This commit is contained in:
parent
736632ee7e
commit
7adc8376ed
66 changed files with 159 additions and 158 deletions
|
|
@ -175,7 +175,7 @@ public:
|
|||
Ref<Shortcut> get_shortcut(const String &p_name) const;
|
||||
void get_shortcut_list(List<String> *r_shortcuts);
|
||||
|
||||
void set_builtin_action_override(const String &p_name, const Array &p_events);
|
||||
void set_builtin_action_override(const String &p_name, const TypedArray<InputEvent> &p_events);
|
||||
const Array get_builtin_action_overrides(const String &p_name) const;
|
||||
|
||||
void notify_changes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue