Table of Contents | ||
|
||
PrintTextStats | ||
Purpose Prints text map to a data file to view properties |
||
Protoype void CTextMngr::PrintTextStats (string str_filename = "text_stats.txt") |
||
Parameters
|
||
Description This function is strictly for debugging purposes. It dumps all the objects and their properties stored in the text manager to a data file for viewing. You can specify your own data file or use the one provided for you. |
||
Use CTextMngr text; text.PrintTextStats(); |
||
|
||
|