GetLockLevel

Revision as of 13:29, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))

Description

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

Syntax

[TerminalRef.]GetLockLevel

Examples

if TerminalRef01.GetLockLevel < 50

Returns true if locker's lock level is easier than Normal.

Notes

  • 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 Also

GetLocked
Lock
Unlock

Reference

None provided.