Thread: GetSetting_bool
View Single Post
04/09/14, 07:33 PM   #2
Brainling
Join Date: Apr 2014
Posts: 18
The first parameter is the setting type, such as SETTING_TYPE_ACTION_BARS or SETTING_TYPE_UI. I'm not sure exactly what those mean, but those are the constants.

The opposing function is 'SetSetting' (no type specifier), of the form:
SetSetting(type, id, value)

I'm not sure if SetSetting is marked private or protected, but it may be.
  Reply With Quote