/datum/map_generator
This type is responsible for any map generation behavior that is done in areas, override this to allow for area-specific map generation. This generation is ran by areas in initialize.
Procs | |
combine_local_areas | This proc will aggregate areas on the same z-level to share turfs for the purpose of generating the area. Currently just for procedural generation with maints |
---|---|
generate_terrain | This proc will be ran by areas on Initialize, and provides the areas turfs as argument to allow for generation. |
Proc Details
combine_local_areas
This proc will aggregate areas on the same z-level to share turfs for the purpose of generating the area. Currently just for procedural generation with maints
generate_terrain
This proc will be ran by areas on Initialize, and provides the areas turfs as argument to allow for generation.