-
-
Notifications
You must be signed in to change notification settings - Fork 9
Nodes Library
Sander edited this page Dec 9, 2023
·
16 revisions
To get started with programming within the Lua Node Editor, you first have to understand what nodes we currently have and how they function.
Nodes are graphical elements or building blocks that represent operations, functions etc. These nodes are connected together in a visual workspace to create a program or application. Certain visual programming makes programming more accessible, especially for individuals who may not be familiar with traditional text based coding.
To begin with the type of nodes, we have a current total of 32 integrated nodes. You can see all the nodes below:

Here are all the specified nodes.
Node Name | Function | Node Sample | Status |
---|---|---|---|
Entry Node | Entry for every node | Success | |
Function Declaration | For declaring a function | Being Modified | |
Function Call | To call a function | ![]() |
|
Variable Table | Functionality 4 | Image 4 | Success |
Variable | Functionality 5 | Image 5 | Being Modified |
Expression | Functionality 6 | Image 6 | Success |
For Loop | Functionality 7 | Image 7 | Success |
Else | Functionality 8 | Image 8 | Success |
While Loop | Functionality 9 | Image 9 | Success |
If | Functionality 10 | Image 10 | Success |
Else If | Functionality 11 | Image 11 | Success |
Iterate Pairs | Functionality 12 | Image 12 | Success |
Iterate IPairs | Functionality 13 | Image 13 | Success |
Node 14 | Functionality 14 | Image 14 | Success |
Node 15 | Functionality 15 | Image 15 | Success |
Node 16 | Functionality 16 | Image 16 | Success |
Node 17 | Functionality 17 | Image 17 | Success |
Node 18 | Functionality 18 | Image 18 | |
Node 19 | Functionality 19 | Image 19 | |
Node 20 | Functionality 20 | Image 20 | |
Node 21 | Functionality 21 | Image 21 | |
Node 22 | Functionality 22 | Image 22 | |
Node 23 | Functionality 23 | Image 23 | |
Node 24 | Functionality 24 | Image 24 | |
Node 25 | Functionality 25 | Image 25 | |
Node 26 | Functionality 26 | Image 26 | |
Node 27 | Functionality 27 | Image 27 | |
Node 28 | Functionality 28 | Image 28 | |
Node 29 | Functionality 29 | Image 29 | |
Node 30 | Functionality 30 | Image 30 | |
Node 31 | Functionality 31 | Image 31 | |
Node 32 | Functionality 32 | Image 32 | |
Node 32 | Functionality 32 | Image 32 |
Copyright © 2023, SanForge Studio & Lua Node Editor, All Rights Reserved. Licensed under the GNU General Public 3.0 License