You've already forked godot
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:
@@ -146,6 +146,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
bool updating_members;
|
||||
|
||||
void _update_members();
|
||||
String _sanitized_variant_text(const StringName &property_name);
|
||||
|
||||
StringName selected;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user