Initializes the item instance instance.
[Visual Basic] Public Sub New( _ ByVal prototype As ItemPrototype, _ ByVal owner As Player, _ ByVal count As Integer _ ) [C#] public NormalItemInstance( ItemPrototype prototype, Player owner, int count ); [C++] public: NormalItemInstance( ItemPrototype* prototype, Player* owner, int count ); [JScript] public function NormalItemInstance( ItemPrototype prototype, Player owner, int count );
NormalItemInstance Class | croemud.item Namespace