11-10-2013, 08:30 AM
(This post was last modified: 11-10-2013, 08:31 AM by SamJBarney.)
It looks like you would have to subclass cEntityCallback and override the Item function. Its based on the template class located in Globals.h at line 210 or so.
The Item member function is the main and only entry into the class. It gets passed a pointer to the entity it will work on.
At least that what I see from browsing over the code momentarily.
The Item member function is the main and only entry into the class. It gets passed a pointer to the entity it will work on.
At least that what I see from browsing over the code momentarily.