Log in

View Full Version : Current Reference Guide


drakelord
04-12-2009, 01:47 PM
For those of us out there who haven't worked with the emu code in a while/long time, is there a semi-recent list of classes, functions, and variables? Or do we need to just go figure it all out ourselves?

I would like to help out with coding some of the minor things for now. But having to go through all the header files and main source files to figure out all the functions and variables is a bit extreme.

trevius
04-12-2009, 04:15 PM
Other than searching to the source and getting familiar with it, I don't know of any place to find exactly what you are wanting. I normally just use Windows Search and search for text within all of the files in the source directory. That normally finds exactly what I am looking for fairly quickly.

For a list of some functions, you can try the wiki page for quest objects:

http://www.eqemulator.net/wiki/wikka.php?wakka=QuestObjects

It doesn't have all functions, but it can be useful as a reference.

drakelord
04-12-2009, 04:24 PM
It'll have to do, :3

Only other option I have is to use Visual Studio and open up the class list and manually hunt for stuff as I need it. Thanks!