UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

18 lines (17 loc) 410 B
import { Struct } from "../utilities/index.js"; import { CompCarFlags } from "../enums/CompCarFlags.js"; export declare class CompCar extends Struct { Node: number; Lap: number; PLID: number; Position: number; Info: CompCarFlags | 0; private readonly Sp3; X: number; Y: number; Z: number; Speed: number; Direction: number; Heading: number; AngVel: number; }