MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / EndMultiFrameEvent

Method EndMultiFrameEvent

neo/d3xp/script/Script_Thread.cpp:264–269  ·  view source on GitHub ↗

================ idThread::EndMultiFrameEvent ================ */

Source from the content-addressed store, hash-verified

262================
263*/
264void idThread::EndMultiFrameEvent( idEntity *ent, const idEventDef *event ) {
265 if ( !currentThread ) {
266 gameLocal.Error( "idThread::EndMultiFrameEvent called without a current thread" );
267 }
268 currentThread->interpreter.EndMultiFrameEvent( ent, event );
269}
270
271/*
272================

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected