Contents

dusk.getPreference()

Synopsis

Returns the value of a preference.

Description

Dusk allows you to use a number of preferences to customize Dusk's behaviour. This function returns the current value of one of them.

See the List of Preferences to see the available preferences.

Arguments

name : String

The name of the preference you want to retrieve the value of.

Returns

value : (varies)

The value of the preference.