UNPKG

node-insim

Version:

An InSim library for NodeJS with TypeScript support

10 lines (9 loc) 303 B
import { SendableStruct } from '../base'; import type { StructData } from '../types'; export declare class CarHCP extends SendableStruct { /** 0 to 200 - added mass (kg) */ H_Mass: number; /** 0 to 50 - intake restriction */ H_TRes: number; constructor(data?: StructData<CarHCP>); }