UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

8 lines (7 loc) 343 B
import { WeaponComponentHash } from './WeaponComponentHash'; import { ComponentAttachmentPoint } from './ComponentAttachmentPoint'; /** * ComponentAttachmentPointByHash - Mapping of WeaponComponentHash -> ComponentAttachmentPoint * */ export declare const ComponentAttachmentPointByHash: Map<WeaponComponentHash, ComponentAttachmentPoint>;