Change Array arguments to TypedArray
This commit is contained in:
parent
736632ee7e
commit
7adc8376ed
66 changed files with 159 additions and 158 deletions
|
|
@ -82,8 +82,8 @@ Dictionary RegExMatch::get_names() const {
|
|||
return result;
|
||||
}
|
||||
|
||||
Array RegExMatch::get_strings() const {
|
||||
Array result;
|
||||
PackedStringArray RegExMatch::get_strings() const {
|
||||
PackedStringArray result;
|
||||
|
||||
int size = data.size();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue