Editing List Variable Nodes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{CustomHeader|Title=Actor List Variable Node}}
{{CustomHeader|Title=Add List Element Node}}
{{CustomHeader|Title=Bool List Variable Node}}
{{CustomHeader|Title=Color List Variable Node}}
{{CustomHeader|Title=For Each Node}}
{{CustomHeader|Title=For Each Node}}
A “for each” loop is a concept in programming that allows you to perform a certain action for each item in a collection, such as a list or an array.  
A “for each” loop is a concept in programming that allows you to perform a certain action for each item in a collection, such as a list or an array.  
Line 16: Line 24:


In a “for each” loop, the computer does something similar. It starts at the beginning of the collection, performs an action for the first item, then moves on to the next item, and so on, until it has performed the action for every item in the collection.  
In a “for each” loop, the computer does something similar. It starts at the beginning of the collection, performs an action for the first item, then moves on to the next item, and so on, until it has performed the action for every item in the collection.  
{{CustomHeader|Title=Get List Length Node}}
Returns the length (or the total number of entries in an array or list) and outputs this as a floored integer value.
{{CustomHeader|Title=Actor List Variable Node}}
{{CustomHeader|Title=Add List Element Node}}
{{CustomHeader|Title=Bool List Variable Node}}
{{CustomHeader|Title=Color List Variable Node}}


{{CustomHeader|Title=Get Any List Index By Value Node}}
{{CustomHeader|Title=Get Any List Index By Value Node}}
Line 33: Line 30:


{{CustomHeader|Title=Get List Index By Value Node}}
{{CustomHeader|Title=Get List Index By Value Node}}
{{CustomHeader|Title=Get List Length Node}}
Returns the length (or the total number of entries in an array or list) and outputs this as a floored integer value.


{{CustomHeader|Title=Number List Variable Node}}
{{CustomHeader|Title=Number List Variable Node}}
Please note that all contributions to EVERYWHERE wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see EVERYWHERE wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: