Native referenceRedM

DETACH_ROPE_FROM_ENTITY

0xBCF3026912A8647D PHYSICS
FUNCTION SIGNATURE
void DETACH_ROPE_FROM_ENTITY(int ropeId, Entity entity);
Property Value
Native Name DETACH_ROPE_FROM_ENTITY
Hash 0xBCF3026912A8647D
Return Type void
Build 1207
Parameters ropeId (int), entity (Entity)

Usage

Lua (Direct):

DetachRopeFromEntity(ropeId, entity)

Lua (Hash):

Citizen.InvokeNative(0xBCF3026912A8647D, ropeId, entity)
Back to PHYSICS