WaitForThread (script event)
From modwiki
Game class
This event operates on an instance of the game class type idThread, accessible via sys identifier.
Description
Waits for the given thread to terminate.
Usage
void waitForThread( float threadNumber )
Parameters
[threadNumber] - id of thread to wait for.
Examples
none
Notes
See threads for more information.

