-
Notifications
You must be signed in to change notification settings - Fork 2
The Function Manager
As you can tell by it's name, the purpose of the function manager is to manage functions in Emergence. The function manager can be accessed from the Tools menu or by double-clicking a function node.
The function manager is composed of a workspace in which you can define functions, a toolbox containing all the possible nodes, buttons to add and remove functions and a spinbox to change the number of input arguments.
Recursion is not implemented yet, so please avoid putting functions in functions.
To create a new function, simply click on the Add
button, and Remove
to delete a selected function.
To rename a function, simply double-click it's name in the function list.
You can also change the number of arguments the function takes by changing the number in the spinbox.