generated from dave/wails-template
44 lines
1.1 KiB
JavaScript
44 lines
1.1 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Close() {
|
|
return window['go']['main']['App']['Close']();
|
|
}
|
|
|
|
export function GetAddon(arg1) {
|
|
return window['go']['main']['App']['GetAddon'](arg1);
|
|
}
|
|
|
|
export function GetAddonLocalVersion(arg1) {
|
|
return window['go']['main']['App']['GetAddonLocalVersion'](arg1);
|
|
}
|
|
|
|
export function GetAddonRemoteVersion(arg1) {
|
|
return window['go']['main']['App']['GetAddonRemoteVersion'](arg1);
|
|
}
|
|
|
|
export function GetAddons() {
|
|
return window['go']['main']['App']['GetAddons']();
|
|
}
|
|
|
|
export function GetGamePath() {
|
|
return window['go']['main']['App']['GetGamePath']();
|
|
}
|
|
|
|
export function IsGamePathValid() {
|
|
return window['go']['main']['App']['IsGamePathValid']();
|
|
}
|
|
|
|
export function SelectDirectory() {
|
|
return window['go']['main']['App']['SelectDirectory']();
|
|
}
|
|
|
|
export function SetGamePath(arg1) {
|
|
return window['go']['main']['App']['SetGamePath'](arg1);
|
|
}
|
|
|
|
export function UpdateAddon(arg1) {
|
|
return window['go']['main']['App']['UpdateAddon'](arg1);
|
|
}
|