lib.is_ready
Definition:
- lib.is_ready (id, version) :: boolean mod_loaded
Description:
- Checks if the selected mod has been loaded and completed successfully
Arguments:
- string id: name of the mod to be checked
- string version: version of the mod to be checked
Returns:
- 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)