Material Box

Material Box

WEB Design & Material Images

Godot - Repeat specified number of times with for loop

Godot

GDScript code example to repeat specified number of times with for loop.


To repeat specified number of times with for loop, use "for in".

for i in 5:
	print(i)

Godot

TitleGodot - Repeat specified number of times with for loop

CategoryGodot

Created

Update

AuthorYousuke.U