os.md 220 B

OS Functions

OS functions are for getting system information.

current_platform() -> string ("windows" | "macos" | "linux")

Get the current OS platform.

local platform = plugin.os.current_platform()