Settings.getValue

Gets the value that is stored in settings for key. It is a programmer error to give a key that isn't contained in the schema for settings. Since 2.26

class Settings
getValue
(
string key
)

Parameters

key string

the key to get the value for

Return Value

Type: Variant

a new GVariant

Meta