Background for Skyrim SE
Member of the PO3_SKSEFunctions script
ActorBase[]functionGetRelationships(ActorBaseakBase, AssociationTypeakAssocType)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets list of actorbases by association type, OR all actors with relationships if association type is None

Caveats


Parameters

ActorBaseakBase

AssociationTypeakAssocType


Examples

Auto-Generated Example

ActorBase myActorBase__akBase
AssociationType myAssociationType__akAssocType

ActorBase[] returnedValue = PO3_SKSEFunctions.GetRelationships(myActorBase__akBase, myAssociationType__akAssocType)

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.