godotengine / godotengine/godot-visual-script
Implement assign operators for member and local variable setters in VisualScript
Open
enhancement
- Dominant language
- C++
- Stars
- 131
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
VisualScripts assign operators are very useful but are currently only available for `VisualScriptPropertySet`s, and could be added to `VisualScriptLocalVarSet` and `VisualScriptVariableSet`.
A workaround is using a `VisualScriptPropertySet` and setting the variable to a script variable.
_Why does `VisualScriptVariableSet` even exist?_

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.