-
-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
PR availableIssues which have a yet-to-be merged PR resolving itIssues which have a yet-to-be merged PR resolving itenhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.feature-readyA PR/issue that has been approved, tested and can be merged/closed in the next feature version.A PR/issue that has been approved, tested and can be merged/closed in the next feature version.good first issueAn issue that would be good for a first-time contributor to make a PR forAn issue that would be good for a first-time contributor to make a PR forpriority: lowest"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements)."Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Description
Suggestion
I'd like to suggest a simple overload on vector to allow for single number arguments to be accepted where, vector(n) = vector(n, n, n).
Why?
This is useful for developers who require all-n vector easier.
A possible use-case of a all-n vector would be display scale of a display.
I find myself writing this function commonly and it would be nice to have it in the base of Skript. It is also included in many other vector libraries as a common overload.
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
Metadata
Metadata
Assignees
Labels
PR availableIssues which have a yet-to-be merged PR resolving itIssues which have a yet-to-be merged PR resolving itenhancementFeature request, an issue about something that could be improved, or a PR improving something.Feature request, an issue about something that could be improved, or a PR improving something.feature-readyA PR/issue that has been approved, tested and can be merged/closed in the next feature version.A PR/issue that has been approved, tested and can be merged/closed in the next feature version.good first issueAn issue that would be good for a first-time contributor to make a PR forAn issue that would be good for a first-time contributor to make a PR forpriority: lowest"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements)."Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Type
Projects
Status
In Progress