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

Description

Wiki Description

Gets the lowest 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 lowest relationship rank
int worstRelationship = Alice.GetLowestRelationshipRank()

Auto-Generated Example

int returnedValue = myActor__toCallFunctionOn.GetLowestRelationshipRank()

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.