lib.lock_class
Definition:
- lib.lock_class (id, version, verification_key) :: nil
Description:
- Prevents further changes to a mod's class table
Arguments:
- string id: name of the mod to be locked
- string version: version of the mod to be locked
- verification_key: a key that must be provided to unlock the class and allow changes
Returns:
Other notes:
- Added in LME 2.x (Neoloader indev)
- If no key is provided, lib.generate_key is called. The key cannot be retrieved when this occurs.