settings.player module

Provides access to user settings functionality.

class settings.player.PlayerSettings(*args, **kwargs)[source]

Bases: AutoUnload, _SettingsDictionary

Class used to register user settings.

__init__(name, prefix, text=None)[source]

Verify the given values and store the instance.

unregister_settings()[source]

Unregister the given settings from the dictionary.