Background for Skyrim SE
Member of the Actor script
intfunctionGetFactionReaction(ActorakOther)Native

Description

Wiki Description

Get the faction-based reaction between this actor and another.

Documentation Comment

Obtains this actor's faction-based reaction to the other actor
0 - Neutral
1 - Enemy
2 - Ally
3 - Friend


Parameters

  1. ActorakOther

    CK Wiki Description

    The other actor to determine our faction-based reaction with.


Examples

No human-generated examples found for this function.

Auto-Generated Example

Actor myActor__akOther

int returnedValue = myActor__toCallFunctionOn.GetFactionReaction(myActor__akOther)

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.