for loops in gdscript code example
Example: for in loops javascript
for(const key in object){
// do stuff
}
// goes through the keys of an object
for(const key in object){
// do stuff
}
// goes through the keys of an object