IsIgnoringFriendlyHits - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 14:06, 18 May 2011 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Returns whether this reference is ignoring friendly hits or not. == Syntax == <source la…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Returns whether this reference is ignoring friendly hits or not.

Syntax[edit | edit source]

bool Function IsIgnoringFriendlyHits() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether the reference is ignoring friendly hits

Examples[edit | edit source]

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

See Also[edit | edit source]