/tg/ Station 13 - Modules - TypesVar Details - Proc Details

automapper

Vars

config_fileThe path to our TOML file
loaded_configOur loaded TOML file
preloaded_map_templatesOur preloaded map templates

Procs

get_turf_blacklistsThis returns a list of turfs that have been preloaded and preselected using our templates.
has_turf_noopGet whether a given turf of the map template is a /turf/template_noop.
init_contentsCentCom atoms aren't initialized but already exist, so must be properly initialized and then qdel'd. Arguments:
preload_templates_from_tomlThis will preload our templates into a cache ready to be loaded later.

Var Details

config_file

The path to our TOML file

loaded_config

Our loaded TOML file

preloaded_map_templates

Our preloaded map templates

Proc Details

get_turf_blacklists

This returns a list of turfs that have been preloaded and preselected using our templates.

Not really useful outside of load groups.

has_turf_noop

Get whether a given turf of the map template is a /turf/template_noop.

You'd think there would be a better API way of doing this, but there is not.

Arguments:

init_contents

CentCom atoms aren't initialized but already exist, so must be properly initialized and then qdel'd. Arguments:

preload_templates_from_toml

This will preload our templates into a cache ready to be loaded later.

IMPORTANT: This requires Z levels to exist in order to function, so make sure it is preloaded AFTER that.