Vendetta/API/is exist: Difference between revisions

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

Latest revision as of 15:07, 3 March 2025

Definition

lib.is_exist (id, version) :: boolean exists

Description

Check if a mod exists in the Neoloader registry

Arguments

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

Returns

  1. boolean exists: true if the mod is in the registry

Other notes

  • Added in LME 2.x (Neoloader indev)