GetFactionAverageXP(object)

Get the average amount of XPs for all members in an objects faction.

int GetFactionAverageXP(
    object oFactionMember
);

Parameters

oFactionMember

The object whose faction you wish to examine.


Description

Returns the average number of experience points of the members of the faction (party).
Return value on error: -1



Remarks

Another way of figuring out the overall level of a faction.


Version

1.22

See Also

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


 author: John Shuell
 Send comments on this topic.