AttachEntitiesToRope2 — RedM Natives
0x462FF2A432733A44 · PHYSICS · all
`` Attaches a rope to two entities: binds two bones from two entities; one entity can be an object, i.e. a suspension point, the other an NPC bone ``
Parameters
| Name | Type |
|---|---|
| ropeId | int |
| entity1 | Entity |
| entity2 | Entity |
| ent1X | float |
| ent1Y | float |
| ent1Z | float |
| ent2X | float |
| ent2Y | float |
| ent2Z | float |
| boneName1 | char* |
| boneName2 | char* |
Returns
void