SetContainerRespawns

From the Fallout3 GECK Wiki
Revision as of 20:40, 23 September 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the <i>Respawns</i> flag for the passed <i>Container</i>. |name = SetContainerRespawns |referenceType = reference |returnType = r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the Respawns flag for the passed Container.

Syntax

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

Example

SetContainerRespawns 1 CampSearchlightFootlocker
containerRef.SetContainerRespawns 0

Notes

  • The changes will be applied on all instances of the container's base form in the world.

See Also