option_get_boolean


Description:

[ Version ( since = "1.26" ) ]
public bool option_get_boolean (string opt_name, out bool out_value)

Parameters:

this

the Setting

opt_name

the option to get

out_value

the optional output value. If the option is unset, false will be returned.

Returns:

true if opt_name is set to a boolean variant.