Use Array for node configuration warnings
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
This commit is contained in:
parent
4a1f2dcb74
commit
2a8c59c171
96 changed files with 426 additions and 674 deletions
|
|
@ -107,7 +107,7 @@ public:
|
|||
void set_pickable(bool p_enabled);
|
||||
bool is_pickable() const;
|
||||
|
||||
String get_configuration_warning() const override;
|
||||
TypedArray<String> get_configuration_warnings() const override;
|
||||
|
||||
_FORCE_INLINE_ RID get_rid() const { return rid; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue