userSettings.*
From SmartBots Developers Docs
Bot PlaygroundBuilt-in Functions
Revision as of 20:53, 6 October 2022 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Allows accessing the settings specified by the script user.</onlyinclude> <syntaxhighlight lang="javascript"> const value = user...")
Jump to: navigation, search
Allows accessing the settings specified by the script user.
const value = userSettings.someUserVar;
User settings are intended to be used within the scripts you sell at Bots Store. However, they can be used for your own scripts, too.
Check the User Settings reference for information how to define and set user settings.
- userSettings.*