Goonstation 13 - Modules - TypesProc Details

/datum/region_allocator

Procs

allocateCalling this proc will give you an access to a region of the map where you can do whatever you want. (Usually load a prefab or generate some room or something like that). This region is not guaranteed to be empty of things so clean it up before use. To free up the region just delete the /datum/allocated_region object or drop all references to it. See /datum/allocated_region for details.

Proc Details

allocate

Calling this proc will give you an access to a region of the map where you can do whatever you want. (Usually load a prefab or generate some room or something like that). This region is not guaranteed to be empty of things so clean it up before use. To free up the region just delete the /datum/allocated_region object or drop all references to it. See /datum/allocated_region for details.