Background for Fallout 4
Member of the EncounterZone script
boolfunctionIsNeverResetable()Native

Description

Wiki Description

Gets whether this encounter zone can be reset or not.


Caveats

CK Wiki - Notes

None


Examples

bool neverResets = myEncounterZone.IsNeverResetable()

If (neverResets)
    Debug.Trace("The encounter zone will never reset.")
Else
    Debug.Trace("The encounter may be able to reset.")
EndIf

Auto-Generated Example

bool returnedValue = myEncounterZone__toCallFunctionOn.IsNeverResetable()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.