1.0.0 • Published 11 months ago

stationeers-bitwise-functions v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Bitwise Operations in TypeScript (JavaScript) for Stationeers

This GitHub page provides implementations of bitwise instructions AND NOR NOT OR SLA SLL SRA SRL XOR in TypeScript (JavaScript) for the game Stationeers.

This resource is designed for developers and modders who want to integrate bitwise operations into their Stationeers projects (Based on TS or JS). The repository contains functions and implementations that can be used to create game logic and other scripted behaviors in TypeScript or JavaScript.

  • src/index.ts - contains bitwise instructions
  • src/functions.ts - contains conventions