Vendetta/API/register

From Quasar-RCE
Revision as of 15:47, 3 March 2025 by Wikiadmin (talk | contribs) (added register)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Definition

lib.register (ini_pointer) :: success_flag, error_reason

Description

Attempts to open the registration file and add it's mod to Neoloader

Arguments

  1. string ini_pointer: path to the mod registration INI file

Returns

  1. boolean success_flag: true if success, false if failure
  2. string error_reason: if the mod failed to register, string returns why

Other notes

  • Added in LME 2.x (Neoloader indev)