From 8c1731b67995add31361ae526b0e6af76346181e Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 15 Feb 2014 21:16:33 -0300 Subject: -project settings are saved when changed -load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property --- core/io/xml_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/io/xml_parser.h') diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h index 3025c041b..9debbf9e2 100644 --- a/core/io/xml_parser.h +++ b/core/io/xml_parser.h @@ -113,6 +113,8 @@ public: Error seek(uint64_t p_pos); Error open(const String& p_path); + Error open_buffer(const Vector& p_buffer); + void close(); XMLParser(); -- cgit v1.2.3-70-g09d2