Vendetta/API/check queue

From Quasar-RCE
Revision as of 06:41, 3 March 2025 by Wikiadmin (talk | contribs) (created check_queue)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Definition

lib.check_queue () -> nil

Description

Used to manually check all functions delayed by lib.require

Arguments

  1. None

Returns

  1. 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.