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

Add a VScript func to sanitize variant values

Backported to 3.2
This commit is contained in:
Francois Belair
2020-09-07 15:34:40 -04:00
parent 784e854e58
commit d35ced06a6
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;