Page 1 of 1

LuaForce.chart_surface_all(surface)

Posted: Fri Nov 11, 2016 9:45 pm
by Mooncat
Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface. :mrgreen:

Or allow LuaForce.chart(surface, area) to accept nil area so the whole surface will be charted.

Re: LuaForce.chart_surface_all(surface)

Posted: Fri Nov 11, 2016 10:26 pm
by Klonan
Mooncat wrote:Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface. :mrgreen:

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)

Posted: Sun Nov 13, 2016 4:01 pm
by Mooncat
Klonan wrote:
Mooncat wrote:Request: LuaForce.chart_surface_all(surface)
Basically it is LuaForce.chart_all(), but only apply on a specific surface. :mrgreen:

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()
That's great. :D

Re: LuaForce.chart_surface_all(surface)

Posted: Mon Nov 14, 2016 11:09 am
by Rseding91
I added an optional surface specification to chart_all on force for 0.15.

Re: LuaForce.chart_surface_all(surface)

Posted: Mon Nov 14, 2016 4:27 pm
by Mooncat
Rseding91 wrote:I added an optional surface specification to chart_all on force for 0.15.
Thanks. :D