GetShowQuestItems

Revision as of 22:55, 3 March 2017 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Returns whether or not quest items are visible in inventories (as set with vanilla function SetShowQuestItems). |name = GetShowQuestItems...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns whether or not quest items are visible in inventories (as set with vanilla function SetShowQuestItems).

Syntax

(bool) GetShowQuestItems

Example

set bShowQuestItems to GetShowQuestItems

See Also