mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix inconsistencies and typos in argument names
This commit is contained in:
parent
2459eebc1d
commit
08d4bfacaf
26 changed files with 62 additions and 62 deletions
|
|
@ -145,7 +145,7 @@ public:
|
|||
bool has_setting(const String &p_setting) const;
|
||||
void erase(const String &p_setting);
|
||||
void raise_order(const String &p_setting);
|
||||
void set_initial_value(const StringName &p_setting, const Variant &p_value, bool update_current = false);
|
||||
void set_initial_value(const StringName &p_setting, const Variant &p_value, bool p_update_current = false);
|
||||
void set_manually(const StringName &p_setting, const Variant &p_value, bool p_emit_signal = false) {
|
||||
if (p_emit_signal)
|
||||
_set(p_setting, p_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue