mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +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:
commit
a332e2f5b2
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