You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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:
committed by
Juan Linietsky
parent
fb8c93c10b
commit
3205a92ad8
@@ -313,7 +313,7 @@ public:
|
||||
virtual void tag_saved_version();
|
||||
virtual void reload(bool p_soft);
|
||||
virtual void get_breakpoints(List<int> *p_breakpoints);
|
||||
virtual void add_callback(const String &p_function, PoolStringArray p_args);
|
||||
virtual void add_callback(const String &p_function, PackedStringArray p_args);
|
||||
virtual void update_settings();
|
||||
virtual bool show_members_overview();
|
||||
virtual void set_debugger_active(bool p_active);
|
||||
|
||||
Reference in New Issue
Block a user