Native referenceFiveM

GET_TATTOO_SHOP_DLC_ITEM_INDEX

0x10144267DD22866C FILES
FUNCTION SIGNATURE
int GET_TATTOO_SHOP_DLC_ITEM_INDEX(int character, int collection, int preset);
Property Value
Native Name GET_TATTOO_SHOP_DLC_ITEM_INDEX
Hash 0x10144267DD22866C
Return Type int
Parameters character (int), collection (int), preset (int)

Description: ``` NativeDB Introduced: v2189


### Parameters
- **`character`** (`int`) — AKA eFaction in shop_tattoo.meta. Which character this tattoo belongs to. See [GET_NUM_TATTOO_SHOP_DLC_ITEMS](#\_0x278F76C3B0A8F109).
- **`collection`** (`int`) — Which collection this tattoo belongs to. If you specify `-1`, it will check all collections.
- **`preset`** (`int`) — Which preset this tattoo belongs to.
Back to FILES