Default Template Name 
Vars | |
| created_atoms | the list of atoms created by this template being loaded, only populated if returns_created_atoms is TRUE |
|---|---|
| default_area | Default area associated with the map template |
| returns_created_atoms | if true, creates a list of all atoms created by this template loading, defaults to FALSE |
| should_place_on_top | if true, turfs loaded from this template are placed on top of the turfs already there, defaults to TRUE |
Procs | |
| load | Loads the map template. |
Var Details
created_atoms 
the list of atoms created by this template being loaded, only populated if returns_created_atoms is TRUE
default_area 
Default area associated with the map template
returns_created_atoms 
if true, creates a list of all atoms created by this template loading, defaults to FALSE
should_place_on_top 
if true, turfs loaded from this template are placed on top of the turfs already there, defaults to TRUE
Proc Details
load
Loads the map template.
Arguments:
- target_turf - The starting position to load the template
- centered - Whether to adjust the starting position to center the template (otherwise target_turf is the bottom left)
- delete - Whether to replace atoms
- allow_cropping - Whether to fail loading if the template is larger than current world size
- crop_within_type - A strict typepath to limit x_upper and y_upper further when in allow_cropping mode (passing FALSE here will disable a cordon border)
- crop_within_border - An extra extra distance to crop within for crop_within_type and expand_type
- expand_type - Specifying this typepath will allow expansion mode filling in space tiles with this type
- keep_within_ztrait - Whether to restrict the z_upper to the highest Z that can be obtained with ZTRAIT_UP