mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Add a VScript func to sanitize variant values
Backported to 3.2
This commit is contained in:
parent
784e854e58
commit
d35ced06a6
2 changed files with 15 additions and 2 deletions
|
|
@ -146,6 +146,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
bool updating_members;
|
||||
|
||||
void _update_members();
|
||||
String _sanitized_variant_text(const StringName &property_name);
|
||||
|
||||
StringName selected;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue