Thread-specific parameters. More...
#include <public/IThreader.h>
Public Member Functions | |
| ThreadParams () | |
Public Attributes | |
| ThreadFlags | flags |
| ThreadPriority | prio |
Thread-specific parameters.
Definition at line 91 of file IThreader.h.
| SourceMod::ThreadParams::ThreadParams | ( | ) | [inline] |
Constructor
Definition at line 94 of file IThreader.h.
| ThreadFlags SourceMod::ThreadParams::flags |
Flags to set on the thread
Definition at line 98 of file IThreader.h.
| ThreadPriority SourceMod::ThreadParams::prio |
Priority to set on the thread
Definition at line 100 of file IThreader.h.
1.7.1