Background for Fallout 4
Member of the Actor script
intfunctionGetHighestRelationshipRank()Native

Description

Wiki Description

Gets the highest relationship rank this actor has.

Documentation Comment

Gets this actor's highest relationship rank - returns 0 if they have no relationships


Caveats


Examples

; Get Alice's highest relationship rank
int bestRelationship = Alice.GetHighestRelationshipRank()

Auto-Generated Example

int returnedValue = myActor__toCallFunctionOn.GetHighestRelationshipRank()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.