Vendetta/API/check queue: Difference between revisions
From Quasar-RCE
Jump to navigationJump to search
created check_queue |
(No difference)
|
Latest revision as of 06:41, 3 March 2025
Definition
lib.check_queue () -> nil
Description
Used to manually check all functions delayed by lib.require
Arguments
- None
Returns
- nil
Other notes
- Added in LME 3.x.x
- This is used internally by Neoloader, and is called after mods get activated, so calling this manually will likely not do anything at any other time.