60 lines
1.6 KiB
JavaScript
60 lines
1.6 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddWaypointForAllByName(arg1, arg2) {
|
|
return window['go']['main']['App']['AddWaypointForAllByName'](arg1, arg2);
|
|
}
|
|
|
|
export function ESILoggedIn() {
|
|
return window['go']['main']['App']['ESILoggedIn']();
|
|
}
|
|
|
|
export function ESILoginStatus() {
|
|
return window['go']['main']['App']['ESILoginStatus']();
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
export function ListCharacters() {
|
|
return window['go']['main']['App']['ListCharacters']();
|
|
}
|
|
|
|
export function ListSystemsWithRegions() {
|
|
return window['go']['main']['App']['ListSystemsWithRegions']();
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
export function StartESILogin() {
|
|
return window['go']['main']['App']['StartESILogin']();
|
|
}
|
|
|
|
export function ToggleCharacterWaypointEnabled(arg1) {
|
|
return window['go']['main']['App']['ToggleCharacterWaypointEnabled'](arg1);
|
|
}
|