Table of Contents | ||
|
||
LoadButtons | ||
Purpose Loads a group of buttons and hotspots from a formatted data file |
||
Protoype void CButtonMngr::LoadButtons (string str_filename) |
||
Parameters
|
||
Description This function loads in button and hotspot objects from a .dat file created using the Data Generator application. Please see the Data Generator documentation for more information regarding the structure of the .dat file for button/hotspot loading.
|
||
Use CButtonMngr button; button.LoadButtons("buttons.dat"); |
||
|
||
|