You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Add a script method to get its class icon
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
@@ -164,6 +164,9 @@ public:
|
||||
Vector<DocData::ClassDoc> docs;
|
||||
return docs;
|
||||
}
|
||||
virtual String get_class_icon_path() const override {
|
||||
return icon_path;
|
||||
}
|
||||
#endif // TOOLS_ENABLED
|
||||
|
||||
Error reload(bool p_keep_state = false) override;
|
||||
|
||||
Reference in New Issue
Block a user