SECAgentCharacterExPtr::OnBeginAct
BOOLSECAgentCharacterExPtr::OnBeginAct(SECAgentCharAct*pAct)
Called before an SECAgentCharAct object gets Executed.
Defined in: ot_agent.cpp
Return Value
TRUE to continue with execution; FALSE to stop execution and delete the Act
Parameters
pAct
The Act that is about to be played.
Comments
If the act type is TipOfTheDay then it plays the post-TipOfTheDay animation. Override this function