tsinsim
Version:
An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.
7 lines (6 loc) • 316 B
JavaScript
export var ReplayOptions;
(function (ReplayOptions) {
ReplayOptions[ReplayOptions["RIPOPT_LOOP"] = 1] = "RIPOPT_LOOP";
ReplayOptions[ReplayOptions["RIPOPT_SKINS"] = 2] = "RIPOPT_SKINS";
ReplayOptions[ReplayOptions["RIPOPT_FULL_PHYS"] = 4] = "RIPOPT_FULL_PHYS";
})(ReplayOptions || (ReplayOptions = {}));