Cronous Emulation Server Daemon

ItemInstance Constructor 

Initializes the item instance instance.

[Visual Basic]
Protected Sub New( _ 
   ByVal prototype As ItemPrototype, _ 
   ByVal owner As Player _ 
)
[C#]
protected ItemInstance(
   ItemPrototype prototype,
   Player owner
);
[C++]
protected: ItemInstance(
   ItemPrototype* prototype,
   Player* owner
);
[JScript]
protected function ItemInstance(
   ItemPrototype prototype,
   Player owner
);

Parameters

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

See Also

ItemInstance Class | croemud.item Namespace