Map Structure

A map is made up out of a number of gridslots. Since maps are always rectangular, the number of gridslots is equal to the number of columns times the number of rows, even if not all of those gridslots are used.

A gridslot is made up out of a number of layers (from top to bottom) :

Each of the above layer objects are all tied to a single gridslot. There are also objects that affect multiple layers at once :

Index

Return to manual index