Native referenceRedM

GET_ROPE_VERTEX_COUNT

0x3655F544CD30F0B5 PHYSICS
FUNCTION SIGNATURE
int GET_ROPE_VERTEX_COUNT(int ropeId);
Property Value
Native Name GET_ROPE_VERTEX_COUNT
Hash 0x3655F544CD30F0B5
Return Type int
Build 1207
Parameters ropeId (int)

Usage

Lua (Direct):

local result = GetRopeVertexCount(ropeId)

Lua (Hash):

local result = Citizen.InvokeNative(0x3655F544CD30F0B5, ropeId)
Back to PHYSICS