This was SVN commit r2513.
This commit is contained in:
janwas
2005-07-22 03:56:11 +00:00
parent 825bd40b68
commit 533eb66ea7
5 changed files with 50 additions and 12 deletions
+2
View File
@@ -43,6 +43,8 @@ bool IEventTarget::_DispatchEvent( CScriptEvent* evt, IEventTarget* target )
return( false );
}
// Dispatch an event to its handler.
// returns: whether the event arrived (i.e. wasn't cancelled) [bool]
bool IEventTarget::DispatchEvent( CScriptEvent* evt )
{
const char* data = g_Profiler.InternString( "script: " + (CStr8)evt->m_Type );