SetContainerRespawns

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