mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
This commit is contained in:
parent
fb8c93c10b
commit
3205a92ad8
406 changed files with 5314 additions and 8271 deletions
|
|
@ -185,7 +185,7 @@ void TextEditor::set_edited_resource(const RES &p_res) {
|
|||
code_editor->update_line_and_column();
|
||||
}
|
||||
|
||||
void TextEditor::add_callback(const String &p_function, PoolStringArray p_args) {
|
||||
void TextEditor::add_callback(const String &p_function, PackedStringArray p_args) {
|
||||
}
|
||||
|
||||
void TextEditor::set_debugger_active(bool p_active) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue