From 073f625a91969b93644321326e42bbc511348262 Mon Sep 17 00:00:00 2001 From: Bhupendra Aole Date: Sun, 1 Sep 2019 23:49:55 -0400 Subject: Create a GDScript String function repeat Fixes #30610 --- doc/classes/String.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/String.xml b/doc/classes/String.xml index f6ec85c87d..7124d5f4dd 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -677,6 +677,15 @@ Replaces occurrences of a case-insensitive substring with the given one inside the string. + + + + + + + Returns original string repeated a number of times. The number of repetitions is given by the argument. + + -- cgit v1.2.3