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.
|