mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Change Array arguments to TypedArray
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user