GetShowQuestItems

From the Fallout3 GECK Wiki
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