RedM Index logoRedM Index
NativesHashesClothesBlipsPropsItem Tool
Sign inGet started

Reference

  • Natives
  • Hashes
  • Clothes
  • Blips
  • Props

Namespace

  1. Reference
  2. Natives
  3. _ITEMDATABASE_GET_BUNDLE_ACQUIRE_COSTS_COUNT_FROM_COST

_ITEMDATABASE_GET_BUNDLE_ACQUIRE_COSTS_COUNT_FROM_COST

Return the number of currencies available for a bundle. To use with _ITEMDATABASE_FILLOUT_BUNDLE bundle: Hash — e.g: BUNDLE_CLOTHING_ITEM_F_OFFHAND_000_TINT_001 cost: Hash — e.g: COST_GOLD, COST_CRAFTING_MP...

ITEMDATABASEBuild 1232

Signature

lua
ItemdatabaseGetBundleAcquireCostsCountFromCost(GetHashKey("..."), GetHashKey("..."))
-- returns int

Parameters

NameTypeDescription
Hash—
Hash—

Usage

lua
ItemdatabaseGetBundleAcquireCostsCountFromCost(GetHashKey("..."), GetHashKey("..."))

Generated from the native name, hash, and parameter list. Add a real example.

Details

Hash
Source
VORPCORE/RDR3natives

Source: VORPCORE/RDR3natives

On this page

  • Signature
  • Parameters
  • Usage
  • Details