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

KillEveProcess implementation #20

Closed exodus444 closed 7 years ago

exodus444 commented 7 years ago

The change allows to call KillEveProcess directly from the scripts to instantly kill currently monitored game client. Useful to initiate emergency warp without interaction with the game client.

Also did code clean-up changes and replaced == reference comparison with Equals as it's much safer.

Viir commented 7 years ago

Thank you very much, I will take a look at this on the weekend.