- Home-
- RIFT-
- Utilities for RIFT-
- Corout Addon

Corout Addon
About This Mod
This library was created to easily bypass the watchdog. Instead of writing all the mechanics of a corutina every time there is a performance problem, you can use this library. With this library, corutins can be created in multiple lines.
To use it, just call corout(YourFunction), which will automatically start the corutina running YourFunction. From time to time, call corout.check() on your function to make sure watchdog doesn't disable your plugin.
If you use multiple corutins together, it is recommended to add tags to all corutins to protect yourself from other plugins and your plugin. You can also pass as many parameters after them as you want: corout(MyFunction, "Corout MyLabel", MyArg1, MyArg2, ...), as shown in the example below. If necessary, you can set another limit on the time remaining before the watchdog timer is triggered (the default is 0.03).
Similar Mods/Addons
StorageViewer addon1.7Utilities for RIFTRIFT
With StorageViewer, you can view and edit the server-side storage available to add-ons.The addon all...000
MessageViewer addon1.7Utilities for RIFTRIFT
With MessageViewer you can view and send messages from addon to addon.Addon allows you to view all s...000
Color selection1.6Utilities for RIFTRIFT
Provided by:Library.ColorChooser.CreateWidget(frame, handler, pixel, colorsafe, saturation)The widge...000
Browser API2.3Utilities for RIFTRIFT
General informationApiBrowser is a centralized place to collect Rift-related API documentation. Howe...000