Module create_catalog
Create catalog function
Functions
mapblock_lib.create_catalog (filename, pos1, pos2, options) | create a new catalog and serialize the mapblocks from pos1 to pos2 in it |
Tables
serialize_options | Serialize options |
Functions
- mapblock_lib.create_catalog (filename, pos1, pos2, options)
-
create a new catalog and serialize the mapblocks from pos1 to pos2 in it
Parameters:
- filename string the filename to save to
- pos1 util.mapblock_pos the first (lower) mapblock position
- pos2 util.mapblock_pos the second (upper) mapblock position
- options [opt] serialize_options serialization options
See also: