mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Added ThreaderUpdater
Added the threadedupdater module and updated the all.lua to reflect the new additions!
This commit is contained in:
@@ -578,9 +578,18 @@ Hello</br>
|
||||
PAUSED</br>
|
||||
Hello3</br>
|
||||
|
||||
# ThreadedUpdater
|
||||
|
||||
```lua
|
||||
-- Works the same as a regular updater!
|
||||
require("multi.all")
|
||||
multi:newThreadedUpdater("Test",10000):OnUpdate(function(self)
|
||||
print(self.pos)
|
||||
end)
|
||||
multi:mainloop()
|
||||
```
|
||||
# TODO (In order of importance)
|
||||
- Write the wiki stuff</br>
|
||||
- Write multi:newThreadedUpdater(name,skip)</br>
|
||||
- Test for unknown bugs</br>
|
||||
**Don't find these useful tbh, I will document them eventually though**
|
||||
- Document Triggers</br>
|
||||
|
||||
Reference in New Issue
Block a user