Native referenceRedM

_REQUEST_FLINCH_COVER_ANIM

0x2A31D13C5F021D0D AICOVERPOINT
FUNCTION SIGNATURE
void _REQUEST_FLINCH_COVER_ANIM(`ped` (Ped));

Description: Makes ped flinch (if in cover) like they have been shot at

Property Value
Native Name _REQUEST_FLINCH_COVER_ANIM
Hash 0x2A31D13C5F021D0D
Return Type void
Build 1207
Parameters ped (Ped)

Parameters

  • ped (Ped)

Usage

Lua (Direct):

RequestFlinchCoverAnim(ped)

Lua (Hash):

Citizen.InvokeNative(0x2A31D13C5F021D0D, ped)

Back to AICOVERPOINT