GetContainerRespawns

Revision as of 21:38, 23 September 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the <i>Respawns</i> flag in enabled for the passed <i>Container</i>. |name = GetContainerRespawns |referenceType = referen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

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

Example

set bRespawns to GetContainerRespawns CampSearchlightFootlocker
set bRespawns to containerRef.GetContainerRespawns

See Also