Shiptest 13 - Modules - TypesVar Details - Proc Details

parsed_map

Vars

boundsOffset bounds. Same as parsed_bounds until load().
key_lenThe length of a key in this file. This is promised by the standard to be static
loaded_areasList of area types we've loaded AS A PART OF THIS MAP We do this to allow non unique areas, so we'll only load one per map
parsed_boundsUnoffset bounds. Null on parse failure.
turf_blacklistany turf in this list is skipped inside of build_coordinate. Lazy assoc list

Procs

NewParse a map, possibly cropping it.
check_for_errorsCheck a parsed but not yet loaded map for errors.
loadLoad the parsed map into the world. See /proc/load_map for arguments.

Var Details

bounds

Offset bounds. Same as parsed_bounds until load().

key_len

The length of a key in this file. This is promised by the standard to be static

loaded_areas

List of area types we've loaded AS A PART OF THIS MAP We do this to allow non unique areas, so we'll only load one per map

parsed_bounds

Unoffset bounds. Null on parse failure.

turf_blacklist

any turf in this list is skipped inside of build_coordinate. Lazy assoc list

Proc Details

New

Parse a map, possibly cropping it.

check_for_errors

Check a parsed but not yet loaded map for errors.

Returns a /datum/map_report if there are errors or FALSE otherwise.

load

Load the parsed map into the world. See /proc/load_map for arguments.