- Joined
- Jan 14, 2017
- Messages
- 75
I've seen stuff like this in more advanced spells.
What is a node?
What are its functions?
For what types of spells should I use a node?
What type of variable (boolean, integer etc.) is a node?
-
Set MS_NodeNext[MS_Spell_ID] = 0
-
Set MS_NodeNext[MS_NodePrev[0]] = MS_Spell_ID
-
Set MS_NodePrev[MS_Spell_ID] = MS_NodePrev[0]
-
Set MS_NodePrev[0] = MS_Spell_ID
What is a node?
What are its functions?
For what types of spells should I use a node?
What type of variable (boolean, integer etc.) is a node?