|
TraGUS
Godot plugin for user settings
|
| bool GdTryUpdateValue | ( | GodotObject | sender, |
| Variant | value | ||
| ) |
A gdscript-friendly adaptater of TryUpdateValue.
To mimic TryUpdateValue, you can simply retrieve the setting value manually afterwards, through Value property.
| sender | The sender object that requesting the change. |
| value | The value to update the setting to. |