/datum/parsed_map
Vars | |
bounds | Offset bounds. Same as parsed_bounds until load(). |
---|---|
parsed_bounds | Unoffset bounds. Null on parse failure. |
Procs | |
New | Parse a map, possibly cropping it. |
check_for_errors | Check a parsed but not yet loaded map for errors. |
load | Load 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.