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
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)