Difference between revisions of "Bot Playground/Built-in Functions/userSettings.*"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Allows accessing the settings specified by the script user.</onlyinclude> <syntaxhighlight lang="javascript"> const value = user...")
 
 
Line 7: Line 7:
  
 
User settings are intended to be used within the scripts you sell at [[Bot_Playground/Store|Bots Store]]. However, they can be used for your own scripts, too.
 
User settings are intended to be used within the scripts you sell at [[Bot_Playground/Store|Bots Store]]. However, they can be used for your own scripts, too.
 +
 +
== Learn more ==
  
 
Check the [[Bot_Playground/Store/User_settings|User Settings]] reference for information how to define and set user settings.
 
Check the [[Bot_Playground/Store/User_settings|User Settings]] reference for information how to define and set user settings.

Latest revision as of 20:53, 6 October 2022

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.

Learn more

Check the User Settings reference for information how to define and set user settings.