aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-23 15:36:03 -0300
committerJuan Linietsky2016-01-23 15:36:03 -0300
commitde7fe2fced036154993376e245c694a03ef70172 (patch)
treedf003fb976587928cbba636f7c05c2d527d9f63f /modules/gdscript/gd_parser.h
parent2cc640dbede53cfaf04ae37a9063bff386a4d515 (diff)
downloadgodot-de7fe2fced036154993376e245c694a03ef70172.tar.gz
godot-de7fe2fced036154993376e245c694a03ef70172.tar.zst
godot-de7fe2fced036154993376e245c694a03ef70172.zip
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 9ad863396..6c49c1df5 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -454,6 +454,7 @@ public:
Error parse(const String& p_code, const String& p_base_path="", bool p_just_validate=false,const String& p_self_path="",bool p_for_completion=false);
Error parse_bytecode(const Vector<uint8_t> &p_bytecode,const String& p_base_path="",const String& p_self_path="");
+ bool is_tool_script() const;
const Node *get_parse_tree() const;
//completion info