Added tstep to STP, updated changes.md

This commit is contained in:
2023-05-24 23:31:07 -04:00
parent de9b08fa2e
commit af38ebbb81
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -192,6 +192,10 @@ function multi:newSystemThreadedProcessor(name, cores)
return self.spawnTask("newStep", start, reset, count, skip):init()
end
function c:newTStep(start ,reset, count, set)
return self.spawnTask("newTStep", start, reset, count, set):init()
end
c.OnObjectCreated(function(proc, obj)
if not(obj.Type == multi.UPDATER or obj.Type == multi.LOOP) then
return multi.error("Invalid type!")