GetShowQuestItems

From the Fallout3 GECK Wiki
Revision as of 21: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)
Jump to navigation Jump to search
< [[::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

[help]
(bool) GetShowQuestItems

Example

set bShowQuestItems to GetShowQuestItems

See Also