fsuipc-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.7.2 • Public • Published

fsuipc-wasm

Node bindings to the FSUIPC WASM interface for Windows x64.

NPM Version Downloads Stats

To use this package, you must be using Microsoft Flight Simulator and the FSUIPC WASM module must be installed.

Installation

npm install --save fsuipc-wasm

Or

yarn add fsuipc-wasm

Usage example

const fsuipcWasm = require('fsuipc-wasm');

const obj = new fsuipcWasm.FSUIPCWASM();

await obj.start();

console.log(obj.lvarValues);

obj.flagLvarForUpdate("A32NX_IS_STATIONARY");

obj.setLvarUpdateCallback((newLvars) => {
  console.log(newLvars);
});

Readme

Keywords

Package Sidebar

Install

npm i fsuipc-wasm

Weekly Downloads

14

Version

0.7.2

License

MIT

Unpacked Size

156 kB

Total Files

11

Last publish

Collaborators

  • koesie10