Does anyone know why DrawCircle(), DrawLine() etc. are sim mode only?
(Search for these here: https://www.dropbox.com/s/7jpdpptw3ygonwb/fa.lua.globals.xlsx?dl=0)
These seem like exactly the kind of thing I would expect to be able to use in a UI mod.
It turns out that it is possible to draw circles, by using decal textures, as shown by the "Additional Camera Stuff v3.2" mod, but it seems crazy to have to use these kinds of work-arounds.
Should we be looking at adding access to some of these functions, for UI mods, instead, e.g. by adding a sim callback (if this is something that would be possible)?