UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

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