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

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")
endIf

Auto-Generated Example

bool returnedValue = myLocation__toCallFunctionOn.IsCleared()

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.