There are two systems in luxinia that describe the classes and their information: The fpubclass class of the the c core and the LuxModule class that is written in lua. While the fpubclass takes care about all C classes, the LuxModule class handles all classes that are written in Lua or are imported via DLLs. The ClassInfo class trys to provide a minimalistic access on both systems for returning classnames or their functions and descriptions without distinguishing between the origin of the class.