Vendetta/API/register
From Quasar-RCE
				
				
				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
- string ini_pointer: path to the mod registration INI file
 
Returns
- boolean success_flag: true if success, false if failure
 - string error_reason: if the mod failed to register, string returns why
 
Other notes
- Added in LME 2.x (Neoloader indev)