Native referenceRedM

COMPENDIUM_ANIMAL_OBSERVED_BY_STAT_NAME

0x725D52F26A5E9E10 COMPENDIUM
FUNCTION SIGNATURE
void COMPENDIUM_ANIMAL_OBSERVED_BY_STAT_NAME(`animalType` (Hash), `disableCompendiumToast` (BOOL));
Property Value
Native Name COMPENDIUM_ANIMAL_OBSERVED_BY_STAT_NAME
Hash 0x725D52F26A5E9E10
Return Type void
Build 1207
Parameters animalType (Hash), disableCompendiumToast (BOOL)

Parameters

  • animalType (Hash)
  • disableCompendiumToast (BOOL)

Usage

Lua (Direct):

CompendiumAnimalObservedByStatName(animalType, disableCompendiumToast)

Lua (Hash):

Citizen.InvokeNative(0x725D52F26A5E9E10, animalType, disableCompendiumToast)

Back to COMPENDIUM