Table of Contents | ||
|
||
Assign | ||
Purpose Assigns the instance of the class to the proxy class CMngrInterface |
||
Protoype void CTileMngr::Assign (CMngrInterface *p_interface_obj) {_p_interface_obj = p_interface_obj; } |
||
Parameters
|
||
Description The proxy class CMngrInterface is used to allow the various framework managers to access each other's functions via pointer interface. |
||
Use This function is only called by the CMngrInterface class upon initialization |
||
|
||
|