Files
Yae/native.d.ts
HolographicHat 1900937a50 Update
2022-05-19 22:04:23 +08:00

12 lines
495 B
TypeScript

export function selectGameExecutable(): string
export function checkGameIsRunning(processName: string): boolean
export function whoUseThePort(port: number): object
export function copyToClipboard(value: string): void
export function checkSnapFastcall(): boolean
export function enablePrivilege(): void
export function getDeviceInfo(): object
export function getMACAddress(): string
export function getDeviceID(): string
export function openUrl(url: string): number
export function pause(): void