Skip to content

GDScript: add builtin repeat()

Bernhard Liebl requested to merge github/fork/poke1024/gdscript-repeat into master

An alternative to https://github.com/godotengine/godot/pull/16272, using repeat(x, n) to mean concatenate x n times. Works for all arrays, pool array, and string types.

Merge request reports