@nativewrappers/fivem
Version:
Native wrappers and utilities for use with FiveM.
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>;