Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
powerscript_extendscript_actions [2021/09/04 03:22] – [Functions] o2wikipowerscript_extendscript_actions [2021/09/04 03:25] – [Debugging] o2wiki
Line 147: Line 147:
   * _console.hide()   * _console.hide()
   * _console.clear()   * _console.clear()
 +  * _console.format(any, maxLevel, nolabel, noCr ) 
 +    * Same as log below but returns a string rather than outputs to log window
   * _console.log(any, maxLevel, nolabel, noCr )   * _console.log(any, maxLevel, nolabel, noCr )
       * any - a message or any variable       * any - a message or any variable