C4 Engine
C4 Engine API Documentation

Thread::GetThreadSignal

Defined in:  C4Threads.h
Returns the signal associated with the thread.
Prototype

Signal *GetThreadSignal(voidconst;

Description
The GetThreadSignal function returns the Signal object assigned to the thread. Initially, a thread has no signal object assigned to it, so this function returns nullptr.
See Also

Thread::SetThreadSignal

Signal