GetFactionMostFrequentClass(object)

Returns a constant representing the most common type of class amongst the members of a faction (party).

int GetFactionMostFrequentClass(
    object oFactionMember
);

Parameters

oFactionMember

The object whose faction you wish to compare.


Description

Returns the most frequent class in the faction - this can be compared with the constants CLASS_TYPE_*.
Return value on error: -1



Remarks

Not sure what this would be good for except maybe statistics reporting or odds averaging.


Version

1.22

See Also

functions: GetFactionAverageLevel
categories: Get Data from Creature Functions | Party Functions | Reputation/Faction Functions
constants: CLASS_TYPE_* Constants


 author: John Shuell
 Send comments on this topic.