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

Method Start

neo/game/script/Script_Thread.cpp:552–559  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

550================
551*/
552bool idThread::Start( void ) {
553 bool result;
554
555 CancelEvents( &EV_Thread_Execute );
556 result = Execute();
557
558 return result;
559}
560
561/*
562================

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