GetFactionStrongestMember(object, int)

Get the member of an object's faction who is the strongest.

object GetFactionStrongestMember(
    object oFactionMember = OBJECT_SELF,
    int bMustBeVisible = TRUE
);

Parameters

oFactionMember

(Default: OBJECT_SELF)

bMustBeVisible

(Default: TRUE)


Description

Returns the strongest member of oFactionMember's faction. If bMustBeVisible is set to TRUE (default) only members who can be seen currently by the calling object will be considered.
Return OBJECT_INVALID if oFactionMember's faction is invalid.



Version

1.28

See Also

functions: GetFactionWeakestMember
categories: Get Data from Creature Functions | Party Functions | Reputation/Faction Functions


 author: John Shuell, editor: Charles Feduke, additional contributor(s): Dan
 Send comments on this topic.