UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

7 lines (6 loc) 181 B
import { WeaponHash } from "../hashes/WeaponHash"; /*** * Mapping of WeaponHash -> DisplayName(Label) * */ export declare const WeaponDisplayNameByHash: Map<WeaponHash, string>;