You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAF scripting is based on Javascript. There are built in objects and implicit functions to add extra functionality. To get more help:
- for built in objects just search by the object name + the function name (e.g. openaf -helpscript io.readFile)
- for implicit functions search by the function name (e.g. openaf -helpscript compress) or enter "scope" (e.g. openaf -helpscript scope) to see a complete list.