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.")
endIfAuto-Generated Example
bool returnedValue = myLocation__toCallFunctionOn.HasEverBeenCleared()Related Pages
- Location
- Location.IsCleared()
- Location.SetCleared(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
