Description
Wiki Description
Returns if this location is flagged as cleared or not.
Documentation Comment
Returns whether this location is flagged as "cleared" or not
Caveats
Examples
; Is this location cleared?
if (MyHouseProperty.IsCleared())
Debug.Trace("My house is cleared")
endIfAuto-Generated Example
bool returnedValue = myLocation__toCallFunctionOn.IsCleared()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
