modular_map_root ![modular_splurt/code/modules/mapping/modular_map_loader/modular_map_loader.dm 1](git.png)
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 ![modular_splurt/code/modules/mapping/modular_map_loader/modular_map_loader.dm 10](git.png)
Points to a .toml file storing configuration data about the modules associated with this root
key ![modular_splurt/code/modules/mapping/modular_map_loader/modular_map_loader.dm 12](git.png)
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.