modular_map_root
Vars | |
config_file | Points to a .toml file storing configuration data about the modules associated with this root |
---|---|
key | Key used to look up the appropriate map paths in the associated .toml file |
Procs | |
load_map | Randonly selects a map file from the TOML config specified in config_file, loads it, then deletes itself. |
Var Details
config_file
Points to a .toml file storing configuration data about the modules associated with this root
key
Key used to look up the appropriate map paths in the associated .toml file
Proc Details
load_map
Randonly selects a map file from the TOML config specified in config_file, loads it, then deletes itself.