Vector3 GET_ROPE_VERTEX_COORD(int ropeId, int vertex);
| Property |
Value |
| Native Name |
GET_ROPE_VERTEX_COORD |
| Hash |
0xEA61CA8E80F09E4D |
| Return Type |
Vector3 |
| Build |
1207 |
| Parameters |
ropeId (int), vertex (int) |
Usage
Lua (Direct):
local result = GetRopeVertexCoord(ropeId, vertex)
Lua (Hash):
local result = Citizen.InvokeNative(0xEA61CA8E80F09E4D, ropeId, vertex)
Back to PHYSICS