GetLowestRelationshipRank - Actor

Revision as of 16:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()

See AlsoEdit