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

Method DelayedStart

neo/game/script/Script_Thread.cpp:539–545  ·  view source on GitHub ↗

================ idThread::DelayedStart ================ */

Source from the content-addressed store, hash-verified

537================
538*/
539void idThread::DelayedStart( int delay ) {
540 CancelEvents( &EV_Thread_Execute );
541 if ( gameLocal.time <= 0 ) {
542 delay++;
543 }
544 PostEventMS( &EV_Thread_Execute, delay );
545}
546
547/*
548================

Callers 6

SpawnEntityDefMethod · 0.45
ConstructScriptObjectMethod · 0.45
HandleGuiCommandsMethod · 0.45
CallScriptMethod · 0.45
TouchEntitiesMethod · 0.45
SpawnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected