draw_get_circle_precision()
- to get back value set by draw_set_circle_precision()
in custom libraries
#3002
Labels
feature request
New feature (or a request for one)
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 bydraw_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
The text was updated successfully, but these errors were encountered: