Ejemplo n.º 1
0
void JobUnlockDubber() {
	g_VDJobQueue.SetBlocked(false);
}
Ejemplo n.º 2
0
void JobLockDubber() {
	g_VDJobQueue.SetBlocked(true);
}