Background for Skyrim SE
Member of the Actor script
boolfunctionHasFamilyRelationship(ActorakOther=NONE)Native

Description

Wiki Description

Does this actor have a family relationship with the specified actor? Or with anyone if no actor is passed.

Documentation Comment

Checks to see if this actor has a family relationship with the other actor - or anyone (if no actor is passed)


Parameters

  1. ActorakOther=NONE

    CK Wiki Description

    The actor to check against. If None, then see if this actor has a family relationship with anyone.

    • Default:None

Examples

No human-generated examples found for this function.

Auto-Generated Example

Actor myActor__akOther

bool returnedValue = myActor__toCallFunctionOn.HasFamilyRelationship(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.