UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

8 lines (7 loc) 327 B
export var RagdollType; (function (RagdollType) { RagdollType[RagdollType["Normal"] = 0] = "Normal"; RagdollType[RagdollType["StiffLegs"] = 1] = "StiffLegs"; RagdollType[RagdollType["NarrowLegs"] = 2] = "NarrowLegs"; RagdollType[RagdollType["WideLegs"] = 3] = "WideLegs"; })(RagdollType || (RagdollType = {}));