GetFactionMostFrequentClass(object)

ファクション(パーティ)のメンバー中の最も一般的なタイプのクラスを表わす定数を返します。

int GetFactionMostFrequentClass(
    object oFactionMember
);

Parameters

oFactionMember

調査したいファクションに属するObject


Description

ファクション内の最も多いクラスを返します − CLASS_TYPE_*定数を使用して調べられます。

エラーであれば-1を返します。



Remarks

統計報告や平均見込みを調べることを除いて何に適しているのかは確かではありません。


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, JP team: Rainie
Send comments on this topic.