GetLowestRelationshipRank - Actor
Member of: Actor Script
Gets the lowest relationship rank this actor has.
SyntaxEdit
int Function GetLowestRelationshipRank() native
ParametersEdit
None.
Return ValueEdit
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
ExamplesEdit
; Get Alice's lowest relationship rank
int worstRelationship = Alice.GetLowestRelationshipRank()