Background for Skyrim SE
Member of the PO3_SKSEFunctions script
AssociationTypefunctionGetAssociationType(ActorBaseakBase1, ActorBaseakBase2)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Get association type between 2 NPCs, if any

Caveats


Parameters

ActorBaseakBase1

ActorBaseakBase2


Examples

Auto-Generated Example

ActorBase myActorBase__akBase1
ActorBase myActorBase__akBase2

AssociationType returnedValue = PO3_SKSEFunctions.GetAssociationType(myActorBase__akBase1, myActorBase__akBase2)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.