Background for Fallout 4
Member of the Location script
boolfunctionHasEverBeenCleared()Native

Description

Wiki Description

Returns if this location has ever been cleared.

Documentation Comment

Returns if this location has ever been cleared


Caveats


Examples

; Has this location ever been cleared?
if (!MyHouseProperty.IsCleared() && MyHouseProperty.HasEverBeenCleared())
  Debug.Trace("My house is not cleared any more.")
endIf

Auto-Generated Example

bool returnedValue = myLocation__toCallFunctionOn.HasEverBeenCleared()

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.