Native referenceFiveM

APPLY_PED_BLOOD

0x83F7E01C7B769A26 PED
FUNCTION SIGNATURE
void APPLY_PED_BLOOD(Ped ped, int boneIndex, float xRot, float yRot, float zRot, char* woundType);
Property Value
Native Name APPLY_PED_BLOOD
Hash 0x83F7E01C7B769A26
Return Type void
Parameters ped (Ped), boneIndex (int), xRot (float), yRot (float), zRot (float), woundType (char*)

Description: ``` Found one occurence in re_crashrescue.c4
PED::APPLY_PED_BLOOD(l_4B, 3, 0.0, 0.0, 0.0, "wound_sheet");

Back to PED