IsIgnoringFriendlyHits - ObjectReference
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…')
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