EditorSettings.getSetting

Returns the value of the setting specified by name. This is equivalent to using GodotObject.get on the EditorSettings instance.

struct EditorSettings
@nogc nothrow const
Variant
getSetting
(
in String name
)

Meta