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

Method End

neo/d3xp/script/Script_Thread.cpp:615–619  ·  view source on GitHub ↗

================ idThread::End ================ */

Source from the content-addressed store, hash-verified

613================
614*/
615void idThread::End( void ) {
616 // Tell thread to die. It will exit on its own.
617 Pause();
618 interpreter.threadDying = true;
619}
620
621/*
622================

Callers 1

KillThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected