@nativewrappers/client
Version:
Javascript/Typescript wrapper for the FiveM natives
8 lines (7 loc) • 343 B
TypeScript
import { WeaponComponentHash } from './WeaponComponentHash';
import { ComponentAttachmentPoint } from './ComponentAttachmentPoint';
/**
* ComponentAttachmentPointByHash - Mapping of WeaponComponentHash -> ComponentAttachmentPoint
*
*/
export declare const ComponentAttachmentPointByHash: Map<WeaponComponentHash, ComponentAttachmentPoint>;