compiler
compiler is a library unique to Powerlang. Please check out Compiler Library to learn more.
Function | Description |
---|---|
| Inserts a new RetroStudio Visual Scripting block with the specified name and ID, taking additional arguments as inputs. Requires at least two arguments: BlockName (friendly name) and BlockID (block ID). |
| Inserts a new RetroStudio Visual Scripting block connected to the last created block, taking additional arguments as inputs. Requires at least two arguments: BlockName and BlockID. |
| Returns the current Powerlang version as a string. An example output would be: |
| Returns the Powerlang credits string. Currently this is:
|
| Attempts to obtain an instance at path |
| Solves an equation using RetroStudio's Equation block. This is often more performant than Powerlang's native equation solver, but must be used carefully. |
Last updated