Native referenceRedMclient

_CREATE_ROPE_WINDING_ABILITY

0x3C6490D940FF5D0B PHYSICS
FUNCTION SIGNATURE
void _CREATE_ROPE_WINDING_ABILITY(int ropeId, char* p1, char* ropeModelType, float length, BOOL p4);
Property Value
Native Name _CREATE_ROPE_WINDING_ABILITY
Hash 0x3C6490D940FF5D0B
Return Type void
Build 1207
API Set client
Parameters ropeId (int), p1 (char*), ropeModelType (char*), length (float), p4 (BOOL)

Description: Combining this with ADD_ROPE enables winding p1: mostly empty (0) ropeModelType: RB_L_Wrist02, RB_R_Wrist02, ropeAttach, noose01x_Rope_03, SKEL_Neck0, SKEL_L_FOOT, SKEL_Neck1, Root_s_meatbit_Chunck_Xlarge01x CREATE*

Usage

Lua (Direct):

CreateRopeWindingAbility(ropeId, p1, ropeModelType, length, p4)

Lua (Hash):

Citizen.InvokeNative(0x3C6490D940FF5D0B, ropeId, p1, ropeModelType, length, p4)
Back to PHYSICS