1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #75656 from YuriSizov/core-iconic-builtins

Add a script method to get its class icon
This commit is contained in:
Rémi Verschelde
2023-08-29 12:41:03 +02:00
13 changed files with 52 additions and 12 deletions

View File

@@ -724,6 +724,7 @@ public:
IdentifierNode *identifier = nullptr;
String icon_path;
String simplified_icon_path;
Vector<Member> members;
HashMap<StringName, int> members_indices;
ClassNode *outer = nullptr;