Function
nuContRmbMgrInit
Syntax:
void nuContRmbMgrInit(void)
Arguments:
None
Return Value:
None
Explanation:
Initializes and registers the Rumble Pak Manager
Initilalizes the Rumble Pak control structure and registers the Rumble Pak Manager in the SI Manager. This function is normally called by the nuContInit function, so there is no need to call it from the application.
To remove the Rumble Pak Manager use the nuContRmbMgrRemove function.
Reference: nuSiMgrInit, nuContInit, nuContRmbMgrRemove