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

Method DelayedStart

neo/d3xp/script/Script_Thread.cpp:561–567  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

559================
560*/
561void idThread::DelayedStart( int delay ) {
562 CancelEvents( &EV_Thread_Execute );
563 if ( gameLocal.time <= 0 ) {
564 delay++;
565 }
566 PostEventMS( &EV_Thread_Execute, delay );
567}
568
569/*
570================

Callers 12

SpawnEntityDefMethod · 0.45
Event_TakeFlagMethod · 0.45
Event_DropFlagMethod · 0.45
Event_FlagReturnMethod · 0.45
Event_FlagCaptureMethod · 0.45
ConstructScriptObjectMethod · 0.45
HandleGuiCommandsMethod · 0.45
Event_ActivateMethod · 0.45
ThinkMethod · 0.45
CallScriptMethod · 0.45
TouchEntitiesMethod · 0.45
SpawnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected