Module utils
mod data and information utilities.
not super useful, might be deprecated and put into leef.paths namespace in the future
This is apart of the LEEF-filesystem module.
Functions
| get_mod_info () | gets mod info |
| get_mod_load_order () | get the load order of mods and their status |
Functions
- get_mod_info ()
-
gets mod info
Returns:
-
table containing all mods and their
description,depends,optional_depends, andname. This table will throw an error if attempts are made to edit its contents. - get_mod_load_order ()
-
get the load order of mods and their status
Returns:
-
list
of tables which contains
status = "loaded" | loading, and inherits all other fields from the tables returned inget_mod_info(). This can be edited.