Cronous Emulation Server Daemon

NormalItemInstance Constructor 

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
);

Parameters

prototype
Prototype of the instanciated item.
owner
Initial owner of the item.
count
Count.

See Also

NormalItemInstance Class | croemud.item Namespace