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