Vector arithmetic enhancement
MissingReports opened this issue ยท 4 comments
Suggestion
You can use arithmetic on vectors using another vectors, but it would be nice if you could do {_vector} * 10
instead of {_vector} * vector(10, 10, 10)
, this applies to all arithmetic related to vectors
Why?
Easier to write and to understand what you're trying to do and saves some line space (abit less reload time)
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.