godotengine / godotengine/godot-visual-script

Implement assign operators for member and local variable setters in VisualScript

Open
#43 2 comments 1 reaction 0 assignees View on GitHub
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?_
![image](https://user-images.githubusercontent.com/28286961/56392037-a18f8300-6230-11e9-8d69-d7441dfdcb36.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.