Skip to content

Lock

Lock is the locked-state mechanism on a Lockbox. The lock prevents access to the lockboxโ€™s contents until the player picks it open (typically via scan / EMP / mini-game).

  • .parent โ€” the lockbox containing the lock
  • .islocked โ€” boolean: is this lock currently locked?

Locks appear inside lockboxes. The player must defeat the lock to access the lockbox contents โ€” typically:

  • Scan with the scanner mode
  • Wait for cooldown / animation
  • Lock opens โ†’ lockbox accessible
  • Lockbox โ€” parent containing the lock
  • Scanner โ€” used to bypass locks

Stub page โ€” full lock reference coming.