Native referenceFiveM

APPLY_PED_DAMAGE_DECAL

0x397C38AA7B4A5F83 PED
FUNCTION SIGNATURE
void APPLY_PED_DAMAGE_DECAL(Ped ped, int damageZone, float xOffset, float yOffset, float heading, float scale, float alpha, int variation, BOOL fadeIn, char* decalName);
Property Value
Native Name APPLY_PED_DAMAGE_DECAL
Hash 0x397C38AA7B4A5F83
Return Type void
Parameters ped (Ped), damageZone (int), xOffset (float), yOffset (float), heading (float), scale (float), alpha (float), variation (int), fadeIn (BOOL), decalName (char*)

Description: ``` scar blushing cs_flush_anger cs_flush_anger_face bruise bruise_large herpes ArmorBullet basic_dirt_cloth basic_dirt_skin cs_trev1_dirt


### Parameters
- **`ped`** (`Ped`)
- **`damageZone`** (`int`) — Refer to `ePedDecorationZone` in [GET_PED_DECORATION_ZONE_FROM_HASHES](#\_0x9FD452BFBE7A7A8B)
- **`xOffset`** (`float`)
- **`yOffset`** (`float`)
- **`heading`** (`float`)
- **`scale`** (`float`)
- **`alpha`** (`float`)
- **`variation`** (`int`)
- **`fadeIn`** (`BOOL`)
- **`decalName`** (`char*`)
Back to PED