PlayerWearsUniform(object)

PCがある特定の服を装備しているかどうかを調べます。

int PlayerWearsUniform(
    object oPC
);

Parameters

oPC

服装を調べるプレイヤー。


Description

oPCが装備している服が適切なタグを持っている場合、TRUEを返します。タグはGetUniform()関数によって決定されます。エラーも含め、その他の場合はFALSEを返します。



Remarks

nw_j_guard.nssの130行目にあります。

Bioware社の使用方法では、Bioware社以外の残りの方々にとってはほとんど役に立ちませんが、プレイヤーが適切な服装をしていない場合に攻撃をする警備隊を作成する方法を学ぶには、良い手段だと言えるでしょう。


Requirements

#include "nw_j_rescue"

Version

1.28

See Also

functions: GetUniform | SetUniform
categories: Get Data from Object Functions | Module Specific Functions


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