Is there a manual or help file that documents the FinalBuilder specific methods/properties that can be used in the Script Editor? Most are fairly easy to figure out, but some are not.
Thanks!
Is there a manual or help file that documents the FinalBuilder specific methods/properties that can be used in the Script Editor? Most are fairly easy to figure out, but some are not.
Thanks!
Hi Robert,
There’s a help topic called “Script Functions” which shows most of the global script functions available from the script editor.
For action properties, code completion can help for many properties (type Action. and then press control-space.) Some help topics also list the action properties, although this is mostly for older actions (before we had code completion.)
Finally, FB 6 has a new feature where clicking on a property in the Properties (formerly the Action Inspector) will show the syntax to access that property from script.
If there’s anything in particular that you can’t work out, please post on the forums and we’ll help you out.
- Angus