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

filename the name or location of the file to save the data to
 

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();
 

Prev: PlaceText