Difference between revisions of "SetLockedOut"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Sets the "locked out" state of an item through failed hacking/picking attempts. |name = SetLockedOut |returnType = void |referenceType...")
 
imported>Pintocat
 
Line 33: Line 33:


[[GetLockedOut]]
[[GetLockedOut]]
[[SetLockedOut]]


[[GetTerminalLock]]
[[GetTerminalLock]]

Latest revision as of 11:48, 21 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Sets the "locked out" state of an item through failed hacking/picking attempts.

Syntax

[help]
[lockableObject].SetLockedOut state:int object:ref

Locked Out Flags

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

See Also

GetIsLockBroken

GetLocked

GetLockLevel

GetOpenKey

SetOpenKey

GetLockedOut

GetTerminalLock

GetPasswordNote

SetPasswordNote

PlayerHasKey