Native referenceRedM

_ROPE_GET_BREAKER_OF_ROPE

0xEE360CFC80C8B2BC PHYSICS
FUNCTION SIGNATURE
Player _ROPE_GET_BREAKER_OF_ROPE(`ropeId` (int));
Property Value
Native Name _ROPE_GET_BREAKER_OF_ROPE
Hash 0xEE360CFC80C8B2BC
Return Type Player
Build 1311
Parameters ropeId (int)

Parameters

  • ropeId (int)

Usage

Lua (Direct):

local result = RopeGetBreakerOfRope(ropeId)

Lua (Hash):

local result = Citizen.InvokeNative(0xEE360CFC80C8B2BC, ropeId)

Back to PHYSICS