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

Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript

Add PluginScript support for global class naming/icon path
This commit is contained in:
Rémi Verschelde
2020-12-08 13:51:06 +01:00
committed by GitHub
5 changed files with 42 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ typedef struct {
godot_string_name name;
godot_bool is_tool;
godot_string_name base;
godot_string icon_path;
// Member lines format: {<string>: <int>}
godot_dictionary member_lines;