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

Method CallScript

neo/game/Trigger.cpp:142–149  ·  view source on GitHub ↗

================ idTrigger::CallScript ================ */

Source from the content-addressed store, hash-verified

140================
141*/
142void idTrigger::CallScript( void ) const {
143 idThread *thread;
144
145 if ( scriptFunction ) {
146 thread = new idThread( scriptFunction );
147 thread->DelayedStart( 0 );
148 }
149}
150
151/*
152================

Callers

nothing calls this directly

Calls 1

DelayedStartMethod · 0.45

Tested by

no test coverage detected