Native referenceRedM

GET_ROPE_LAST_VERTEX_COORD

0x21BB0FBD3E217C2D PHYSICS
FUNCTION SIGNATURE
Vector3 GET_ROPE_LAST_VERTEX_COORD(int ropeId);
Property Value
Native Name GET_ROPE_LAST_VERTEX_COORD
Hash 0x21BB0FBD3E217C2D
Return Type Vector3
Build 1207
Parameters ropeId (int)

Usage

Lua (Direct):

local result = GetRopeLastVertexCoord(ropeId)

Lua (Hash):

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