Native referenceFiveM

SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED

0x2A56C06EBEF2B0D9 CUTSCENE
FUNCTION SIGNATURE
void SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED(char* cutsceneEntName, Ped ped, Hash modelHash);
Property Value
Native Name SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED
Hash 0x2A56C06EBEF2B0D9
Return Type void
Parameters cutsceneEntName (char*), ped (Ped), modelHash (Hash)

Description: Sets the components for a cutscene ped, this will take precendence over the cutscene's component overrides. This does not require the entity be registered.

See REGISTER_ENTITY_FOR_CUTSCENE for an example.

Parameters

  • cutsceneEntName (char*) — Cutscene file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4
  • ped (Ped) — Ped to copy components from
  • modelHash (Hash) — Not strictly neccasary, can be 0
Back to CUTSCENE