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

[DEV SERVER] Loading description...


Caveats


Parameters

ActorakOther

CK Wiki Description

The other actor to determine our relationship with.


Examples

; Does the daedra like the player?
if daedra.GetRelationshipRank(Game.GetPlayer()) >= 1
  Debug.Trace("Daedra likes the player")
endIf

Auto-Generated Example

Actor myActor__akOther

int returnedValue = myActor__toCallFunctionOn.GetRelationshipRank(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.