Cronous Emulation Server Daemon

WeaponInstance Constructor 

Initializes the item instance instance.

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

Parameters

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

See Also

WeaponInstance Class | croemud.item Namespace