Setting

Allows the creation, updating and reading of persistent settings

Reference

Functions

impulse.DefineSetting(name, settingData)

View source »

Defines a new setting for use - only call this inside the DefineSettings hook

Parameters

See Also

impulse.LoadSettings()

View source »

Loads the settings from the clientside database

impulse.SetSetting(name, value)

View source »

Sets a setting to a specified value

Parameters

Tables

SettingData

View source »

A collection of data that defines how a setting will behave

Fields