Difference between revisions of "GetLockedOut"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
imported>Pintocat
 
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Returns the broken status of a lock from failed hacking/picking attempt. Also includes as Return value 3 for doors flagged as inaccessible.
  |summary = Returns the "locked out" state of a lock from failed hacking/picking attempt. Also includes as Return value 3 for doors flagged as inaccessible.
  |name = GetLockedOut
  |name = GetLockedOut
  |returnType = int
  |returnType = int
  |referenceType = [GetLockedOut]
  |referenceType = [lockableObject]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 12:49, 21 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the "locked out" state of a lock from failed hacking/picking attempt. Also includes as Return value 3 for doors flagged as inaccessible.

Syntax

[help]
(int) [lockableObject].GetLockedOut object:ref

Locked Out Flags

0	Not broken
1	Broken
2	Broken twice through the Infiltrator or Computer Whiz perks
3	Inaccessible

See Also

GetIsLockBroken

GetLocked

GetLockLevel

GetOpenKey

SetOpenKey

SetLockedOut

GetTerminalLock

GetPasswordNote

SetPasswordNote

PlayerHasKey