Native referenceFiveM

ATTACH_ROPE_TO_ENTITY

0x4B490A6832559A65 PHYSICS
FUNCTION SIGNATURE
void ATTACH_ROPE_TO_ENTITY(int ropeId, Entity entity, float x, float y, float z, BOOL p5);
Property Value
Native Name ATTACH_ROPE_TO_ENTITY
Hash 0x4B490A6832559A65
Return Type void
Parameters ropeId (int), entity (Entity), x (float), y (float), z (float), p5 (BOOL)

Description: ``` The position supplied can be anywhere, and the entity should anchor relative to that point from it's origin.

Back to PHYSICS