Description
Wiki Description
Gets the faction's reaction towards the other one.
Documentation Comment
Gets this faction's reaction towards the other
Caveats
Parameters
Examples
; Get the Orcs' faction reaction to the Elves
int orcsTowardsElves = Orcs.GetReaction(Elves)Auto-Generated Example
Faction myFaction__akOther
int returnedValue = myFaction__toCallFunctionOn.GetReaction(myFaction__akOther)Related Pages
- Faction
- Faction.ModReaction(...)
- Faction.SetReaction(...)
