Cronous Emulation Server Daemon

ItemInstance.prototype Property

Gets the prototype of the item.

[Visual Basic]
Public Property ReadOnly prototype As ItemPrototype
[C#]
public ItemPrototype prototype { get; }
[C++]
public: __property ItemPrototype* get_prototype();
[JScript]
public function get prototype() : ItemPrototype

See Also

ItemInstance Class | croemud.item Namespace