GetLowestRelationshipRank - Actor

From Creation Kit
Jump to: navigation, search

Member of: Actor Script

Gets the lowest relationship rank this actor has.

Contents

Syntax

int Function GetLowestRelationshipRank() native

Parameters

None.

Return Value

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

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

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming