Vendetta/API/is ready: Difference between revisions

From Quasar-RCE
Jump to navigationJump to search
created is_ready
 
(No difference)

Latest revision as of 15:08, 3 March 2025

Definition

lib.is_ready (id, version) :: boolean mod_loaded

Description

Checks if the selected mod has been loaded and completed successfully

Arguments

  1. string id: name of the mod to be checked
  2. string version: version of the mod to be checked

Returns

  1. boolean: True if the mod exists, set to load, dependencies were met, AND had no errors when activating or post-launch failure states were triggered

Other notes

  • Added in LME 2.x (Neoloader indev)