Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 382 Bytes

File metadata and controls

14 lines (11 loc) · 382 Bytes

Win32

SkyrimPlatform provides support for opening links in os default browser by windows shell calls and more.

import { win32 } from "skyrimPlatform";
let url = "https://google.com"; // URL should start with prefix https://
win32.loadUrl(url);
import { win32 } from "skyrimPlatform";
win32.exitProcess() // terminates the process gracefully