HasChapterRewardItem(int, object)

プレイヤーが章の報酬アイテムを持っているか調べます。

int HasChapterRewardItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

公式キャンペーンの章

oPC

アイテムを持っているか調べるプレイヤー


Description

oPCが公式キャンペーン中のnChapter番号の章のヘンチマン報酬アイテムを持っていればTRUEを返し、エラーの場合や持っていない場合はFALSEを返します。



Remarks

nw_i0_henchman.nssの515行目で見つかります。

BioWare以外の人が使うのは難しいでしょう。


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

categories: Henchmen/Familiars/Summoned Functions | Module Specific Functions


author: Lilac Soul, additional contributor(s): Lilac Soul, JP team: katsu794, Rainie
Send comments on this topic.