lib.set_load
Definition:
- lib.set_state (auth key, mod_id, mod_version, load_state) :: nil
Description:
- Changes the mod's ability to load to the new load state.
Arguments:
- auth key: The auth key must be provided for this functionality
- string mod_id: the mod who's load state will be adjusted
- string mod_version: the version of the mod who's load state will be adjusted
- string load_state: the new load state for this mod. Valid options are "YES", "NO", "AUTH", and "FORCE".
Returns:
Other notes:
- Added in LME 3.7.x
- If the auth key is incorrect, this function fails silently
- If the new load state is not valid, "NO" (do not load) is used instead