Background for Skyrim SE
Member of the Faction script
intfunctionGetReaction(FactionakOther)Native

Description

Wiki Description

Gets the faction's reaction towards the other one.

Documentation Comment

Gets this faction's reaction towards the other


Caveats


Parameters

FactionakOther

CK Wiki Description

The Faction to get a reaction towards.


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


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.