View Single Post
  #4  
Old 09-03-2007, 12:37 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Code isn't completely one class to file. It's usually pretty easy to find something in the code.

For example mob.cpp contains functions related to the Mob class.. client.cpp functions related to Client class. Yet bonuses.cpp for example contains functions related to calculating bonuses which applies to Mob, Client and NPC classes.

Not sure if there's an official standard for function naming, from what I've seen and been instructed to do was try to make it as clear as possible.
Reply With Quote