Vendetta/API/is ready

From Quasar-RCE
Jump to navigationJump to search

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)