Background for Skyrim SE
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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.