byond - Modules - Types

code/modules/nightmare/nmnodes/mapload.dm

/datum/nmnode/maploadAbstract config node designating a map insertion
/datum/nmnode/mapload/landmarkDesignates insert of a given map file at a specified landmark
/datum/nmnode/mapload/variationsInserts a map file among a set of variations in a folder param: path: some/folder/, landmark files within should be named with a prefix indicating weighting: some/folder/20.destroyed.dmm some/folder/50.spaced.dmm using + instead of dot means to keep map contents, eg. some/folder/20+extras.dmm is added on top
/datum/nmnode/mapload/sprinklesSimilar to variations mode, but rolls all files individually rather than picking one, using name for landmark. The prefix number is used as a percentage chance.