0.0.3 • Published 6 months ago

@3dsource/types-unreal v0.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

@3dsource/types-unreal

A bunch of types from unreal, needs for communication with unreal

Installation

add peer dependencies

List of peer dependencies

{
  "@3dsource/unreal-commands-api-parser": "^1.0.27"
}
  npx install-peerdeps @3dsource/types-unreal

add a library

  npm i @3dsource/types-unreal

Usage

List of types

for update types use npm command

  npm run generate:commands:prod
import type { UnrealCommands } from '@3dsource/types-unreal';
import type { MetaBoxCommandPacket } from '@3dsource/types-unreal';
import type { MetaBoxCommandList } from '@3dsource/types-unreal';
import type { FLoopBackCommand } from '@3dsource/types-unreal';
0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago