console.warn
From SmartBots Developers Docs
								Bot PlaygroundBuilt-in Functions
				
												Revision as of 12:35, 30 July 2025 by Gtaskincentral (Talk | contribs)
					Jump to:					navigation, 					search
				
				Logs warning data to the runtime log. Read more about runtime logs.
console.warn(...arguments);
Reference
This command accepts the following parameters:
| Variable | Required |  Description
 
  | |
|---|---|---|---|
| Input: | |||
| ...arguments | yes | any number of arguments to be logged to the log. Objects can be translated to a string using JSON.stringify() | |
| Output: | |||
| result | This function does not return anything | ||
- console.warn