Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
259 stars 117 forks source link

Module overload indicator possible? #7

Closed asdfasdf100500 closed 8 years ago

asdfasdf100500 commented 8 years ago

Hello!

Awesome piece of software as usual. It's really gotten me hooked on EVE again! :)

Would it be possible to parse the module overload/heat indicator? Little green rectangle above the module

Br. asdfasdfasdf100500

Arcitectus commented 8 years ago

I took a look at it. I guess that would be an additional member of type bool on the module. Is that what you had in mind?

asdfasdf100500 commented 8 years ago

Yup, exactly like that

Arcitectus commented 8 years ago

I added null as a third possible value to the model to signify for example when the reading for this part fails. The next release will add support for this member, but that implementation will depend on english localization.

Arcitectus commented 8 years ago

This feature is available with release v16.05.21: https://github.com/Arcitectus/Sanderling/releases/tag/v16.05.21