mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow adding custom export platforms using scripts / GDExtension.
This commit is contained in:
parent
db24ed4ead
commit
07e986f728
36 changed files with 1668 additions and 184 deletions
|
|
@ -539,6 +539,7 @@ public:
|
|||
_FORCE_INLINE_ bool edit(const Ref<Resource> &p_resource, bool p_grab_focus = true) { return edit(p_resource, -1, 0, p_grab_focus); }
|
||||
bool edit(const Ref<Resource> &p_resource, int p_line, int p_col, bool p_grab_focus = true);
|
||||
|
||||
Vector<String> _get_breakpoints();
|
||||
void get_breakpoints(List<String> *p_breakpoints);
|
||||
|
||||
PackedStringArray get_unsaved_scripts() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue