UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

9 lines (8 loc) 324 B
import { WeaponHash } from '../hashes'; import { WeaponComponentHash } from './WeaponComponentHash'; /** * Mapping of WeaponHash -> WeaponComponentHashes * refer: https://wiki.rage.mp/index.php?title=Weapons_Components * */ export declare const WeaponComponentHashesByWeaponHash: Map<WeaponHash, WeaponComponentHash[]>;