GetContainerRespawns

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the Respawns flag in enabled for the passed Container.

Syntax

[help]
(respawns:0/1) reference.GetContainerRespawns baseForm:ref

Example

set bRespawns to GetContainerRespawns CampSearchlightFootlocker
set bRespawns to containerRef.GetContainerRespawns

See Also