GetFactionWeakestMember(object, int)

objectのファクション中で最も弱いメンバーを得ます。

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

Parameters

oFactionMember

調べたいファクションに属するメンバー(デフォルト:OBJECT_SELF)

bMustBeVisible

oFactionMemberから可視である必要があるかどうか(デフォルト:TRUE)


Description

oFactionMemberのファクションのメンバーで最も弱いものを返します。bMustBeVisibleがTRUE(デフォルト)に設定されている場合、呼出Objectから現在目視できるメンバーのみが対象になります。

oFactionMemberのファクションが無効であればOBJECT_INVALIDを返します。



Remarks

GetFactionStrongestMemberは壊れて機能しないように思います。機能性が非常に類似しているので、この関数も同様にあると今のところ考えることができます。これについて誰か何かを知っているならば、教えてください。


Version

1.22

See Also

functions: GetFactionStrongestMember
categories: Combat Information Functions | Get Data from Creature Functions | Party Functions | Reputation/Faction Functions


author: John Shuell, JP team: Rainie
Send comments on this topic.