Jump to content

HasAssociation - Get who is using the Parent or Child


Swe-DivX

Recommended Posts

Posted

Sally her is using the Parent and JoeBob is using the child

 

if Sally.HasAssociation(BossEmployeeAssociation, JoeBob)
  Debug.Trace("Sally has a boss")
endIf
or
if JoeBob.HasAssociation(BossEmployeeAssociation, Sally)
  Debug.Trace("JoeBob has a boss")
endIf

 

but both give the answer true

 

Posted

Papyrus ahs no direct function to understand the direction of this association.

Also because the direction not used in the game.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...