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

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
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;