GetDroppableFlag(object)

死亡時に落とすアイテムかどうかをチェックします。

int GetDroppableFlag(
    object oItem
);

Parameters

oItem

落とすかどうかをチェックするアイテム。


Description

死亡時に落とすアイテムである場合はTRUEを返します。そうでない場合はFALSEを返します。



Version

1.27

See Also

functions: SetDroppableFlag
categories: Inventory Functions


author: Charles Feduke, JP team: NamaYake
Send comments on this topic.