creator.core.settings

Undocumented in source.

Members

Functions

incSettingsCanGet
bool incSettingsCanGet(string name)

Gets whether a setting is obtainable

incSettingsGet
T incSettingsGet(string name)

Gets a value from the settings store

incSettingsGet
T incSettingsGet(string name, T default_)

Gets a value from the settings store, with custom default value

incSettingsGet
T incSettingsGet(string name)

Gets a value from the settings store

incSettingsLoad
void incSettingsLoad()

Load settings from settings file

incSettingsPath
string incSettingsPath()
Undocumented in source. Be warned that the author may not have intended to support it.
incSettingsSave
void incSettingsSave()

Saves settings from settings store

incSettingsSet
void incSettingsSet(string name, T value)

Sets a setting

incSettingsSet
void incSettingsSet(string name, T value)

Sets a setting

Meta