1.0.5 • Published 3 years ago

construct3 v1.0.5

Weekly downloads
-
License
SEE LICENSE IN ./...
Repository
github
Last release
3 years ago

Type Defs for Construct 3 (Unofficial)

Most type definitions and documentation are taken from the Official Scripting Reference, some types and documentation are custom written where needed.

Note: This currently does not have Behaviors or the SDK typed out. That is being worked on.

Usage

This module exports it's types as a module, meaning you have to import all the types you want to use.

import { IRuntime, runOnStartup } from "construct3";

let runtime: IRuntime;

runOnStartup((r) => {
  runtime = r;
});

It should be noted that C3.Event is renamed to C3Event

import { C3Event } from "construct3";

Contributing

If there are errors in these types, or you want to add types for an addon, please open a github issue or pull request. When contributing, please run the prettier formatter with yarn lint

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago