Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface.
Or allow LuaForce.chart(surface, area) to accept nil area so the whole surface will be charted.
LuaForce.chart_surface_all(surface)
Re: LuaForce.chart_surface_all(surface)
Mooncat wrote:Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface.
Or allow LuaForce.chart(surface, area) to accept nil area so the whole surface will be charted.
I suppose it wouldnt be too hard to add an optional 'surface' argument to chart_all()
Re: LuaForce.chart_surface_all(surface)
That's great.Klonan wrote:Mooncat wrote:Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface.
Or allow LuaForce.chart(surface, area) to accept nil area so the whole surface will be charted.
I suppose it wouldnt be too hard to add an optional 'surface' argument to chart_all()
Re: LuaForce.chart_surface_all(surface)
I added an optional surface specification to chart_all on force for 0.15.
If you want to get ahold of me I'm almost always on Discord.
Re: LuaForce.chart_surface_all(surface)
Thanks.Rseding91 wrote:I added an optional surface specification to chart_all on force for 0.15.