Native referenceRedM

UNLOCK_SET_UNLOCKED

0x1B7C5ADA8A6910A0 UNLOCK
FUNCTION SIGNATURE
void UNLOCK_SET_UNLOCKED(`unlockHash` (Hash), `toggle` (BOOL));
Property Value
Native Name UNLOCK_SET_UNLOCKED
Hash 0x1B7C5ADA8A6910A0
Return Type void
Build 1207
Parameters unlockHash (Hash), toggle (BOOL)

Parameters

  • unlockHash (Hash)
  • toggle (BOOL)

Usage

Lua (Direct):

UnlockSetUnlocked(unlockHash, toggle)

Lua (Hash):

Citizen.InvokeNative(0x1B7C5ADA8A6910A0, unlockHash, toggle)

Back to UNLOCK