TraGUS
Godot plugin for user settings
Loading...
Searching...
No Matches

◆ TryRegisterSetting()

static bool TryRegisterSetting ( UserSetting  setting)
inlinestatic

Tries to register the provided setting, using its UserSetting.Section and UserSetting.Key.

Parameters
settingThe UserSetting to register.
Returns
Whether the setting was successfully registered, that is, if a setting has already been registered under this section and key.