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

Method Start

neo/d3xp/script/Script_Thread.cpp:574–581  ·  view source on GitHub ↗

================ idThread::Start ================ */

Source from the content-addressed store, hash-verified

572================
573*/
574bool idThread::Start( void ) {
575 bool result;
576
577 CancelEvents( &EV_Thread_Execute );
578 result = Execute();
579
580 return result;
581}
582
583/*
584================

Callers 6

CompileFileMethod · 0.45
ExecuteMethod · 0.45
AuxiliaryForcesMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
Cmd_Script_fFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected