Table of Contents | ||
|
||
GetNumTexts | ||
Purpose Finds the number of text objects in the manager |
||
Protoype int CTextMngr::GetNumTexts() |
||
Description This function returns the amount of text objects that are currently in the manager |
||
Use CTextMngr text; int i_text_num = text.GetNumTexts(); |
||
|
||
|