- Found in:
- Vanilla
Description
Wiki Description
Returns whether this potion is considered hostile or not.
Documentation Comment
Is this postion classified as hostile?
Caveats
Examples
if (MyPotion.IsHostile())
Debug.Trace("Got hit with a hostile potion!")
endIfAuto-Generated Example
bool returnedValue = myPotion__toCallFunctionOn.IsHostile()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
