Native referenceRedM

ROPE_DRAW_SHADOW_ENABLED

0xF159A63806BB5BA8 PHYSICS
FUNCTION SIGNATURE
void ROPE_DRAW_SHADOW_ENABLED(int* ropeId, BOOL toggle);
Property Value
Native Name ROPE_DRAW_SHADOW_ENABLED
Hash 0xF159A63806BB5BA8
Return Type void
Build 1207
Parameters ropeId (int*), toggle (BOOL)

Usage

Lua (Direct):

RopeDrawShadowEnabled(ropeId, toggle)

Lua (Hash):

Citizen.InvokeNative(0xF159A63806BB5BA8, ropeId, toggle)
Back to PHYSICS