Creates a default item.
[Visual Basic] Shared Public Function create( _ ByVal im As ItemManager, _ ByVal prototype As ItemPrototype, _ ByVal owner As Player _ ) As ItemInstance [C#] public static ItemInstance create( ItemManager im, ItemPrototype prototype, Player owner ); [C++] public: static ItemInstance* create( ItemManager* im, ItemPrototype* prototype, Player* owner ); [JScript] public static function create( ItemManager im, ItemPrototype prototype, Player owner ): ItemInstance;
The created instance.
ItemInstance Class | croemud.item Namespace