Native referenceRedMclient

_STOP_RUNNING_COVER_ANIMS

0x1A7A802B2301EDC0 AICOVERPOINT
FUNCTION SIGNATURE
void _STOP_RUNNING_COVER_ANIMS(Ped ped);
Property Value
Native Name _STOP_RUNNING_COVER_ANIMS
Hash 0x1A7A802B2301EDC0
Return Type void
Build 1207
API Set client
Parameters ped (Ped)

Description: Stops running cover anims and releases them STOP_RENDERING* - _STOP_SCRIPTED*

Usage

Lua (Direct):

StopRunningCoverAnims(ped)

Lua (Hash):

Citizen.InvokeNative(0x1A7A802B2301EDC0, ped)
Back to AICOVERPOINT