UPBGE / UPBGE-logicnodes

A Node-based Logic system for UPBGE 2.8+
Other
53 stars 18 forks source link

it will be nice to have a loop node #80

Open eliecer696 opened 1 year ago

eliecer696 commented 1 year ago

a loop node could come in handy for iterating true a list or a dictionary, for now i just Bing doing by modifying a variable connected to an update node so the iterations can pass as the index

IzaZed commented 1 year ago

I've got this on my radar, but I need to come up with a good design for it first

eliecer696 commented 1 year ago

this are the armory loop nodes there is the basic one were you set the range of the node and then one were you can plug a list of objects and it will run based on the indexes image

IzaZed commented 1 year ago

Thanks, I will try to tackle this for the next update