IAgentApp::GetTipOfTheDayAct

SECAgentCharAct*IAgentApp::GetTipOfTheDayAct(UINTnTip)

Called to get an Act object based on the nTip value.

Defined in: ot_agent.cpp

Return Value

SECAgentCharAct*

Parameters

nTip

the Tip ID.

Comments

Called by the framework to get a Tooltip Act and exectue it. Override this function and provide the Act objects in your derived class. Instead of supplying an Act you can just provide the Tip within your GetTipOfTheDayAct override. nTip*/)