GetItemHasItemProperty(object, int)

アイテムが与えられたプロパティを持っているかどうかを調べます。

int GetItemHasItemProperty(
    object oItem,
    int nProperty
);

Parameters

oItem

チェックするアイテム。

nProperty

ITEM_PROPERTY_*


Description

oItemがnPropertyを持っている場合、TRUEを返します。

oItemが無効なアイテムの場合、またはoItemがnPropertyを持っていない場合はFALSEを返します。



Version

1.22

See Also

functions: GetBaseItemType | GetIsMagical
categories: Get Data from Object Functions
constants: ITEM_PROPERTY_* Constants


author: Jason Harris, editor: Kristian Markon, JP team: katsu794
Send comments on this topic.