White Sands - Modules - TypesVar Details - Proc Details

/datum/parsed_map

Vars

boundsOffset bounds. Same as parsed_bounds until load().
parsed_boundsUnoffset bounds. Null on parse failure.

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().

parsed_bounds

Unoffset bounds. Null on parse failure.

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.