feat(SystemStatistics): add system jumps and kills statistics with toggle functionality
This commit is contained in:
@@ -18,6 +18,14 @@ export function GetCharacterLocations() {
|
||||
return window['go']['main']['App']['GetCharacterLocations']();
|
||||
}
|
||||
|
||||
export function GetSystemJumps() {
|
||||
return window['go']['main']['App']['GetSystemJumps']();
|
||||
}
|
||||
|
||||
export function GetSystemKills() {
|
||||
return window['go']['main']['App']['GetSystemKills']();
|
||||
}
|
||||
|
||||
export function Greet(arg1) {
|
||||
return window['go']['main']['App']['Greet'](arg1);
|
||||
}
|
||||
@@ -34,6 +42,10 @@ export function PostRouteForAllByNames(arg1, arg2) {
|
||||
return window['go']['main']['App']['PostRouteForAllByNames'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ResolveSystemIDByName(arg1) {
|
||||
return window['go']['main']['App']['ResolveSystemIDByName'](arg1);
|
||||
}
|
||||
|
||||
export function SetDestinationForAll(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['SetDestinationForAll'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user