Godot Forum
Loop through dictionary using keys
Help
godot-4
,
3d
,
gdscript
tdev
January 24, 2024, 5:26pm
6
Got it
for item in obj_list: print(obj_list[item]["position"])
1 Like
show post in topic