Native referenceRedM

COMPENDIUM_HORSE_OBSERVED

0x725D58F2125E5E50 COMPENDIUM
FUNCTION SIGNATURE
void COMPENDIUM_HORSE_OBSERVED(`ped` (Ped), `disableCompendiumToast` (BOOL));

Description: Only gets called if bSetObserved is true and animalType is matching

Property Value
Native Name COMPENDIUM_HORSE_OBSERVED
Hash 0x725D58F2125E5E50
Return Type void
Build 1207
Parameters ped (Ped), disableCompendiumToast (BOOL)

Parameters

  • ped (Ped)
  • disableCompendiumToast (BOOL)

Usage

Lua (Direct):

CompendiumHorseObserved(ped, disableCompendiumToast)

Lua (Hash):

Citizen.InvokeNative(0x725D58F2125E5E50, ped, disableCompendiumToast)

Back to COMPENDIUM