GetLowestRelationshipRank - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Gets the lowest relationship rank this actor has.

Syntax[edit | edit source]

int Function GetLowestRelationshipRank() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The lowest relationship rank this actor has.

The following values are returned:

  • 4: Lover
  • 3: Ally
  • 2: Confidant
  • 1: Friend
  • 0: Acquaintance
  • -1: Rival
  • -2: Foe
  • -3: Enemy
  • -4: Archnemesis

Examples[edit | edit source]

; Get Alice's lowest relationship rank
int worstRelationship = Alice.GetLowestRelationshipRank()

See Also[edit | edit source]