Background for Skyrim SE
Member of the Actor script
boolfunctionIsHostileToActor(ActorakActor)Native

Description

Documentation Comment

Is this actor hostile to another actor?


Caveats


Parameters

ActorakActor


Examples

Auto-Generated Example

Actor myActor__akActor

bool returnedValue = myActor__toCallFunctionOn.IsHostileToActor(myActor__akActor)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.