UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

7 lines (6 loc) 220 B
import { WeaponComponentHash } from './WeaponComponentHash'; /** * Mapping of WeaponComponentHash -> ComponentDisplayName(Label) * */ export declare const ComponentDisplayNameByHash: Map<WeaponComponentHash, string>;