Difference between revisions of "PlayerHasKey"
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 |
||
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. | |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:OTHER_CATEGORY_OR_DELETE_THIS_LINE]] |
Revision as of 00:44, 18 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
(bool) [lockableForm].PlayerHasKey
Notes
[This function can also be used as a condition.]