- Found in:
- PO3's PE
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
