Native referenceRedM

IS_DLC_PRESENT

0x2763DC12BBE2BB6F DLC
FUNCTION SIGNATURE
BOOL IS_DLC_PRESENT(`dlcHash` (Hash));
Property Value
Native Name IS_DLC_PRESENT
Hash 0x2763DC12BBE2BB6F
Return Type BOOL
Build 1207
Parameters dlcHash (Hash)

Parameters

  • dlcHash (Hash)

Usage

Lua (Direct):

local result = IsDlcPresent(dlcHash)

Lua (Hash):

local result = Citizen.InvokeNative(0x2763DC12BBE2BB6F, dlcHash)

Back to DLC