Merge pull request #41861 from Razoric480/fix-vscript-value-by-type

Add a function to sanitize variant values in visual script
This commit is contained in:
Rémi Verschelde 2020-09-18 17:36:01 +02:00 committed by GitHub
commit a332e2f5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -146,6 +146,7 @@ class VisualScriptEditor : public ScriptEditorBase {
bool updating_members;
void _update_members();
String _sanitized_variant_text(const StringName &property_name);
StringName selected;