summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-15 15:16:29 +0200
committerGitHub <noreply@github.com>2018-08-15 15:16:29 +0200
commit040c6be426ea915a70eb7ded687c7618c33ad3ff (patch)
treed390ce325032a57568dc8d8730748602c9b9c812 /modules/gdscript/gdscript.h
parent140b6db219c8b123ad3d5727df7f781f035fb399 (diff)
parent6d9cc032e71ccc768064bf908623b0954d01181c (diff)
downloadredot-engine-040c6be426ea915a70eb7ded687c7618c33ad3ff.tar.gz
Merge pull request #20560 from willnationsdev/class_icons
Add custom icons to script classes.
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 68e89887b0..d400230f43 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -492,7 +492,7 @@ public:
/* GLOBAL CLASSES */
virtual bool handles_global_class_type(const String &p_type) const;
- virtual String get_global_class_name(const String &p_path, String *r_base_type = NULL) const;
+ virtual String get_global_class_name(const String &p_path, String *r_base_type = NULL, String *r_icon_path = NULL) const;
GDScriptLanguage();
~GDScriptLanguage();