map_template
Vars | |
created_atoms | the list of atoms created by this template being loaded, only populated if returns_created_atoms is TRUE |
---|---|
returns_created_atoms | if true, creates a list of all atoms created by this template loading, defaults to FALSE |
should_place_on_top | Defaults to TRUE. If TRUE, the baseturfs of the new turfs (ignoring baseturf_bottom and space) are added to the top of the pre-existing baseturf lists, in accordance with the behavior of PlaceOnTop. If FALSE, the old turfs are replaced entirely, including their baseturfs. Note that FALSE-case behavior is altered from the original implementation, which ignored baseturfs entirely; it was intended for holodecks, which have been removed. |
Procs | |
load | Map templates which reach the boundaries of the world dont get reservation margin. |
Var Details
created_atoms
the list of atoms created by this template being loaded, only populated if returns_created_atoms is TRUE
returns_created_atoms
if true, creates a list of all atoms created by this template loading, defaults to FALSE
should_place_on_top
Defaults to TRUE. If TRUE, the baseturfs of the new turfs (ignoring baseturf_bottom and space) are added to the top of the pre-existing baseturf lists, in accordance with the behavior of PlaceOnTop. If FALSE, the old turfs are replaced entirely, including their baseturfs. Note that FALSE-case behavior is altered from the original implementation, which ignored baseturfs entirely; it was intended for holodecks, which have been removed.
Proc Details
load
Map templates which reach the boundaries of the world dont get reservation margin.