1.0.17 • Published 2 years ago

luacraft-1.26 v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

luacraft 1.26

TypeScript definitions for Lua mod for Warcraft III 1.26. Provides declarations of native functions, functions from blizzard.j, constants.

Installation

Luacraft is distributed via npm. To connect it to the project - you need to initialize the project and then add the dependency to it by running the following command:

npm install -D luacraft-1.26

You also need to include a type definition in tsconfig.json:

{
  "compilerOptions": {
+    "types": ["luacraft-1.26/all"]
  }
}

If you wish, you can include individual types, which are located on the types path

1.0.17

2 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.5

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago