LogicBlock graphs
NodeFlow LogicBlock has an overview graph and a graph for each list in a LogicBlock asset.
The overview graph
The overview shows every Instruction List and Condition List in the Block. Each list has a card with its name, icon, item count, and references.
- Click Open on a list card, or double-click the card, to open that list.
- Use Add instruction list or Add condition list in the toolbar to make a new list.
- Each new list can be named and given an icon.
- Use the copy and delete buttons on a list card to duplicate or remove it.
- Right-click a list card to rename it, change its icon, or apply a layout.
When you are inside a list, use the Home button in the toolbar to return to the overview.
Instruction Lists
An Instruction List is a sequence of Game Creator instructions.
- Open an Instruction List.
- Use Add Instruction... in the toolbar, or right-click the graph and choose Add Instruction....
- Pick the instruction type you want.
- Edit its values directly inside the instruction node.
Instruction nodes have buttons to collapse or expand their values, duplicate the instruction, and delete it. Right-click an instruction for more actions, including enable or disable, add or remove a breakpoint, copy the instruction, and paste another instruction above or below it.
Drag an instruction over another instruction to reorder it. NodeFlow shows whether it will be inserted above or below the target before you release the mouse.
You can also drag the output connector from an instruction into empty graph space to choose the next instruction to add.
Condition Lists and branches
A Condition List contains branches. Each branch has its own instruction flow.
- Open a Condition List and use Add branch to create a branch.
- Select a branch, or an instruction in that branch, before using Add Instruction.... The new instruction is added to that branch.
- Edit the branch and its instructions directly in their nodes.
- Duplicate or delete a branch with its node buttons or context menu. Duplicating a branch also keeps its branch instruction flow together.
- Right-click a branch to rearrange the branch order.
References
The Toggle references button shows the References panel when the current selection has references to edit.
- In the overview, select a list to edit that list's references.
- Inside an Instruction List or Condition List, the panel edits the references for the open list.
Use the panel to add, inspect, or remove dynamic references without leaving the graph.