UNPKG

tsinsim

Version:

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

7 lines (6 loc) 119 B
export declare enum OBHFlags { OBH_LAYOUT = 1, OBH_CAN_MOVE = 2, OBH_WAS_MOVING = 4, OBH_ON_SPOT = 8 }