GetFactionWeakestMember(object, int)
Get the weakest member in a faction (party).
object GetFactionWeakestMember( object oFactionMember = OBJECT_SELF, int bMustBeVisible = TRUE );
Parameters
oFactionMember
The object whose faction you wish to examine. (Default: OBJECT_SELF)
bMustBeVisible
Should the returned object be visible to the calling object? (Default: TRUE)
Description
Returns the weakest member of oFactionMember's faction. If bMustBeVisible is set to TRUE (default) only consider members who can be seen by the caller of the function.
Returns OBJECT_INVALID if oFactionMember's faction is invalid.
Remarks
GetFactionStrongestMember seems to be broken, and I can only assume for now that this function is as well, since the functionality is so similar. if anyone knows otherwise, please let us know.
Version
1.22
See Also
functions: | GetFactionStrongestMember |
categories: | Combat Information Functions | Get Data from Creature Functions | Party Functions | Reputation/Faction Functions |
author: John Shuell
Send comments on this topic.