Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draw_get_circle_precision() - to get back value set by draw_set_circle_precision() in custom libraries #3002

Open
gnysek opened this issue Aug 24, 2023 · 1 comment
Labels
feature request New feature (or a request for one)

Comments

@gnysek
Copy link
Contributor

gnysek commented Aug 24, 2023

Is your feature request related to a problem?

We have a function which allows us to set draw_circle precision - draw_set_circle_precision() - however, we're unable to read this value back (for example to use by custom libraries, which draws rounded shapes, like pie or arc).

Describe the solution you'd like

draw_get_circle_precision() - returns value set by draw_set_circle_precision()

Describe alternatives you've considered

The only alternative is to set this value to global, though it still can't then be used by custom libraries without modifying it for every project.

Additional context

https://manual.yoyogames.com/GameMaker_Language/GML_Reference/Drawing/Basic_Forms/draw_set_circle_precision.htm

@gnysek gnysek added the feature request New feature (or a request for one) label Aug 24, 2023
@iampremo iampremo transferred this issue from another repository Jan 9, 2024
@gnysek
Copy link
Contributor Author

gnysek commented Aug 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature (or a request for one)
Projects
Status: No status
Development

No branches or pull requests

1 participant