예제 #1
0
void CMasterFader::OnActionEvent( const SActionEvent& event )
{
	if (event.m_event == eAE_unloadLevel)
	{
		OnHUDToBeDestroyed();
	}
}
예제 #2
0
	virtual void OnActionEvent(const SActionEvent& event) 
	{
		if (event.m_event == eAE_unloadLevel)
		{
			OnHUDToBeDestroyed();
		}
	}