GetLockLevel

DescriptionEdit

The GetLockLevel script function gets the lock level of a terminal or lock.

SyntaxEdit

[TerminalRef.]GetLockLevel

ExamplesEdit

 if TerminalRef01.GetLockLevel < 5
 if ContainerRef01.GetLockLevel < 25

NotesEdit

  • Return values for a lock:
    • 0 = very easy
    • 25 = easy
    • 50 = average
    • 75 = hard
    • 100 = very hard
    • 255 = impossible
  • Lock level represents hacking difficulty only and should not be used to determine access state.
  • Return values for a terminal:
    • 0 = very easy
    • 1 = easy
    • 2 = average
    • 3 = hard
    • 4 = very hard
    • 5 = impossible
  • If the terminal is leveled, the value you get will be the leveled value. (same as locks)

See AlsoEdit

GetLocked
Lock
Unlock

ReferenceEdit

None provided.