Gets the item's owner.
[Visual Basic] Public Property owner As Player [C#] public Player owner { get; set; } [C++] public: __property Player* get_owner(); public: __property void set_owner(Player* ); [JScript] public function get owner() : Player public function set owner(Player);
ItemInstance Class | croemud.item Namespace