User Tools

Site Tools


help:scripting

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
help:scripting [2025/08/06 07:32] – Add details for all essential verification properties danilhelp:scripting [2026/05/12 10:35] (current) – [Global variables] danil
Line 50: Line 50:
 ==== Global variables ==== ==== Global variables ====
  
-  * ''args'' -- command line parameters passed to Workcraft; these can be iterated over as follows: ''for each (arg in args) {...}''+  * ''args'' -- array of command line parameters passed to Workcraft; these can be iterated over as follows: ''for each (arg in args) {...}'' or accessed as ''args[0]'', ''args[1]'', etc.
   * ''framework'' -- the Workcraft framework singleton   * ''framework'' -- the Workcraft framework singleton
   * ''workspaceEntry'' -- the current work    * ''workspaceEntry'' -- the current work 
Copyright © 2014-2024 workcraft.org

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki