06-17-2013, 02:31 AM
(06-17-2013, 02:13 AM)xoft Wrote: Well you did erase those two functions from the cpp files, no wonder the linker can't find themThanks. Didn't noticed I deleted them.
xoft Wrote:Also, you pasted the function declaration in the header file right under a different function's doxycomment header, you need to update the doxycomment as wellYea I wasn't realy focusing on the documentation
(doxycomments are the ones starting with triple slash, "///", and they're used by doxygen to generate the documentation, as well as VisualStudio to give you tooltip hints on the functions.
So.. I have it working now but I now need to know where to put the cWorld::BroadcastExperienceOrb function when a entity gets killed.