Difference between revisions of "PlayerHasKey"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns whether or not the player has the key to unlock a locked door or container or the password note to unlock a terminal. [This functi...")
 
imported>Pintocat
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Returns whether or not the player has the key to unlock a locked door or container or the password note to unlock a terminal. [This function can also be used as a condition.]
  |summary = Returns whether or not the player has the key to unlock a locked door or container or the password note to unlock a terminal.
  |name = PlayerHasKey
  |name = PlayerHasKey
  |returnType = bool
  |returnType = bool
  |referenceType = [lockableForm]
  |referenceType = [lockableForm]
}}
}}
==Notes==
[This function can also be used as a condition.]
==See Also==
==See Also==
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:OTHER_CATEGORY_OR_DELETE_THIS_LINE]]
[[Category:Lock_Functions_(Lutana)]]
 
[[GetIsLockBroken]]
 
[[GetLocked]]
 
[[GetLockLevel]]
 
[[GetOpenKey]]
 
[[SetOpenKey]]
 
[[GetLockedOut]]
 
[[SetLockedOut]]
 
[[GetTerminalLock]]
 
[[GetPasswordNote]]
 
[[SetPasswordNote]]

Latest revision as of 11:53, 21 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Returns whether or not the player has the key to unlock a locked door or container or the password note to unlock a terminal.

Syntax

[help]
(bool) [lockableForm].PlayerHasKey

Notes

[This function can also be used as a condition.]

See Also

GetIsLockBroken

GetLocked

GetLockLevel

GetOpenKey

SetOpenKey

GetLockedOut

SetLockedOut

GetTerminalLock

GetPasswordNote

SetPasswordNote