View Single Post
  #10  
Old 08-06-2013, 09:58 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

(Obviously, I haven't updated this in a while...)

Is anyone up to speed on ItemInst's that are used as world containers? (m_use_type == ItemUseWorldContainer and/or m_item == nullptr)


I'm wanting to drop the supporting code from ItemInst and either create a derived class or a smaller class with only what is required
for world containers..reducing the size of both.

I can find the initiators for world containers, but can't seem to locate any method calls associated with them.

If you can help, please post a reply or pm me.

Thanks!


(I've revamped the mapping schema a few times, but with the help of a few devs, I think it is final. I've updated the ItemInst and Inventory
class code for both previous schema, and am nearing completion of development stage on these. The next step will be to modify code
outside of Item.h/.cpp.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote