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

Method BeginMultiFrameEvent

neo/d3xp/script/Script_Thread.cpp:252–257  ·  view source on GitHub ↗

================ idThread::BeginMultiFrameEvent ================ */

Source from the content-addressed store, hash-verified

250================
251*/
252bool idThread::BeginMultiFrameEvent( idEntity *ent, const idEventDef *event ) {
253 if ( !currentThread ) {
254 gameLocal.Error( "idThread::BeginMultiFrameEvent called without a current thread" );
255 }
256 return currentThread->interpreter.BeginMultiFrameEvent( ent, event );
257}
258
259/*
260================

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected