mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +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:
commit
360cfeedac
5 changed files with 42 additions and 0 deletions
|
@ -122,6 +122,11 @@ public:
|
|||
|
||||
virtual void frame();
|
||||
|
||||
/* 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 = nullptr, String *r_icon_path = nullptr) const;
|
||||
|
||||
void lock();
|
||||
void unlock();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue