Native referenceRedM

UNLOCK_SET_VISIBLE

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

Parameters

  • unlockHash (Hash)
  • toggle (BOOL)

Usage

Lua (Direct):

UnlockSetVisible(unlockHash, toggle)

Lua (Hash):

Citizen.InvokeNative(0x46B901A8ECDB5A61, unlockHash, toggle)

Back to UNLOCK