Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsIgnoringFriendlyHits()Native

Description

Wiki Description

Returns whether this reference is ignoring friendly hits or not.

Documentation Comment

Is this object ignoring friendly hits?


Caveats


Examples

if MyReference.IsIgnoringFriendlyHits()
  Debug.Trace("We're ignoring friendly hits!")
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsIgnoringFriendlyHits()

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.