dbCreateItemOnObject(string, object, int)

この関数は、NWN宝分配システム用のアイテムを作成します。

void dbCreateItemOnObject(
    string sItemTemplate,
    object oTarget = OBJECT_SELF,
    int nStackSize = 1
);

Parameters

sItemTemplate

作成するアイテムのブループリントのresref(これが空白の文字列であった場合、"Brent"と報告されるでしょう。)

oTarget

アイテムを作成させたいインベントリー(デフォルト:OBJECT_SELF)

nStackSize

作るアイテムの個数(デフォルト:1)


Description

この関数は、デバッグを支援するために作られ、最終的に、NWN宝分配システム用アイテムを現実に作成する機能になりました。



Requirements

#include "nw_o2_coninclude"

Version

1.29

See Also

functions: CreateItemOnObject
categories: Debug Functions | Item Creation Functions


author: Michael Nork, editor: Charles Feduke, JP team: Rainie
Send comments on this topic.