| Table of Contents | ||
|
|
||
| GetNumButtons | ||
|
Purpose Gets the number of button and hotspot objects in the manager |
||
|
Protoype int CButtonMngr::GetNumButtons () |
||
|
Description This function returns the number of button and hotspot objects in the manager |
||
|
Use CButtonMngr button; int i_num_buttons = button.GetNumButtons(); |
||
|
|
||
|